last time updating readme i swear

This commit is contained in:
Thorn Avery 2019-07-23 12:34:43 +12:00
parent d935e95106
commit b071c13cf8

View File

@ -35,6 +35,6 @@ IMPORTANT: your solution should not make use of arrays or matrices of numbers. I
## Compiling and Running
```
ghc -02 -Wall Spiral.hs -o spiral
ghc -O2 -Wall Spiral.hs -o spiral
./spiral
```