Skip to content

Commit

Permalink
Write README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samipourquoi committed Feb 9, 2021
1 parent ae55a0f commit 88230d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# donut.hs 🍩
A bad recreation of [Andy Sloane's donut.c](https://www.youtube.com/watch?v=DEqXNfs_HhY) in Haskell.

## Compile
You will need the [Haskell Platform](https://www.haskell.org/platform/) to compile the code.

```shell-script
$ cabal build
$ cabal exec donut-hs
```

## Credits
Heavily based on https://www.a1k0n.net/2011/07/20/donut-math.html.

0 comments on commit 88230d1

Please sign in to comment.