Skip to content

Commit 0a11bad

Browse files
authored
feat(quiz1): add default function name in comment (#838)
1 parent 74af578 commit 0a11bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/quiz1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// I AM NOT DONE
1111

1212
// Put your function here!
13-
// fn ..... {
13+
// fn calculate_apple_price {
1414

1515
// Don't modify this function!
1616
#[test]

0 commit comments

Comments
 (0)