We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02b279 commit a6509ccCopy full SHA for a6509cc
exercises/functions/functions3.rs
@@ -7,7 +7,7 @@ fn main() {
7
call_me();
8
}
9
10
-fn call_me(num: i32) {
+fn call_me(num: u32) {
11
for i in 0..num {
12
println!("Ring! Call number {}", i + 1);
13
0 commit comments