lc/examples/hello_world.l

8 lines
88 B
Text

import std;
i32 main(usize argc, [*u8] argv)
{
print("Hello world!\n");
return 0;
}