functions3.rs (170B)
1 fn call_me(num: u8) { 2 for i in 0..num { 3 println!("Ring! Call number {}", i + 1); 4 } 5 } 6 7 fn main() { 8 // `call_me` expects an argument. 9 call_me(5); 10 }
rustlingssolving rustlings ft. dracuxan | |
| git clone [email protected]:dracuxan/rustlings.git | |
| Log | Files | Refs |