Skip to content

Commit

Permalink
Fix readme indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Champii committed Jun 9, 2022
1 parent 29b5275 commit 8da1414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ rock new factorial && cd factorial

```haskell
fact: x ->
if x <= 1
then 1
else x * fact (x - 1)
if x <= 1
then 1
else x * fact (x - 1)

main: -> fact 4 .print!
```
Expand Down

0 comments on commit 8da1414

Please sign in to comment.