import std::print; import std::from_str; fn main() { for i in 0..1 { print(from_str("Hello!")); } for i in 0..1 { print(from_str("Hello!")); } }