Browse Source

last time updating readme i swear

master
Thorn Avery 4 years ago
parent
commit
b071c13cf8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md 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
```

Loading…
Cancel
Save