Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/challenges/challenge-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Spot the Bug

Identify why the code fails to compile and suggest a way to fix it.
Identify why the code crashes at runtime and suggest a way to fix it.

```rust

Expand Down Expand Up @@ -44,4 +44,4 @@ fn factorial(n: u32) -> u32 {

```

</details>
</details>
Loading