Skip to content

Commit

Permalink
fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Jul 27, 2023
1 parent 23f074d commit 557cb32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ for i in range(0, count):
num = int(input())

print("solution")
```,
```

, C:

C:
```c
#include <stdio.h>

Expand Down Expand Up @@ -88,7 +89,9 @@ for i in range(0, count):
x, y = int(x), int(y)

print("(x, y)")
``` or Haskell:
```
or Haskell:

```hs
import Control.Monad

Expand Down

0 comments on commit 557cb32

Please sign in to comment.