SilkyFalcon

Generation

translateSun, 04 Dec 2022

Print hello with for loop

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

Want to kickstart your project?Use the new AI Studio to create your code