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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Write a program to print the first 100 FizzBuzz numbers, separated by newlines:

#### Sample output

```
```text
1
2
Fizz
Expand Down Expand Up @@ -65,7 +65,7 @@ Follow the same rules as the canonical version with these additional rules:

#### Sample output

```
```text
...
86
Fizz
Expand Down