lc/examples/hello_world.l

8 lines
66 B
Text

import std;
i32 main()
{
print("Hello world!\n");
return 0;
}