mighty

The mighty programming language, compiler and tools (WIP)
Log | Files | Refs

test.mty (83B)


      1 // test comment
      2 
      3 int main() ::
      4 	io.putln("hello world")
      5 	io.putln("hello " + 123)
      6