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