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