import std::print; fn main() { let hello = "hello world"; print(hello); }