import std::print; import std::new_string; import std::String; fn otus() -> String { return new_string(); } fn main() -> u8 { return 0; }