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 4ac70a9 commit 0ef9594Copy full SHA for 0ef9594
exercises/functions/functions2.rs
@@ -7,7 +7,7 @@ fn main() {
7
call_me(3);
8
}
9
10
-fn call_me(num) {
+fn call_me(num:) {
11
for i in 0..num {
12
println!("Ring! Call number {}", i + 1);
13
0 commit comments