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