import std::print; fn main() -> i32 { print("hello world"); return 0; }