diff options
| author | Weilet <32561597+Weilet@users.noreply.github.com> | 2021-09-21 16:43:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 10:43:44 +0200 |
| commit | 0a11bad71402b5403143d642f439f57931278c07 (patch) | |
| tree | 7fb328ed17c3d27789551d1ee0430cfed3c7510d | |
| parent | 74af578bebc8c54c59dd1efdab8e4dfbd400fc51 (diff) | |
feat(quiz1): add default function name in comment (#838)
| -rw-r--r-- | exercises/quiz1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz1.rs b/exercises/quiz1.rs index 3af1293..b13b928 100644 --- a/exercises/quiz1.rs +++ b/exercises/quiz1.rs @@ -10,7 +10,7 @@ // I AM NOT DONE // Put your function here! -// fn ..... { +// fn calculate_apple_price { // Don't modify this function! #[test] |
