Skip to content

Commit

Permalink
golang for haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
jmau111 committed Aug 10, 2021
1 parent d5a3185 commit 9b42f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/posts/example3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: "post"
draft: false
---

```golang
```haskell
factorial n = go n 1
where
go n res
Expand Down

0 comments on commit 9b42f07

Please sign in to comment.