mighty

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

test.mty (83B)



// test comment

int main() ::
	io.putln("hello world")
	io.putln("hello " + 123)