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