import std::String; import std::print; fn main() { print(String::new() + "hello") }