Skip to content

Commit

Permalink
Update fizzbuzz-match.md
Browse files Browse the repository at this point in the history
Fix 404
  • Loading branch information
plaindocs authored Sep 19, 2024
1 parent 4ce3c30 commit 0214aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-book/src/fizzbuzz-match.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For completing this exercise you need to have

Rewrite the body of `fn fizzbuzz()` so the different cases are not distinguished with `if` statements, but with pattern matching of a tuple containing the remainders.

If you need it, we have provided a [complete solution](../../exercise-solutions/fizzbuzz/src/examples/fizzbuzz-match.rs) for this exercise.
If you need it, we have provided a [complete solution](../../exercise-solutions/fizzbuzz/src/examples/fizzbuzz_match.rs) for this exercise.

## Knowledge

Expand Down

0 comments on commit 0214aa8

Please sign in to comment.