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