SilkyFalcon

Generation

translateSun, 04 Dec 2022

Print hello with for loop

fn main() { for _i in 0..3 { println!("Hello"); } }

Questions about programming?Chat with your personal AI assistant