lc/examples/hello_world.l

6 lines
57 B
Text

import test;
i32 main()
{
print_msg("Hello world!");
}