lc/examples/hello_world.l

19 lines
150 B
Text

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