From b071c13cf87b350caefc7dd8a9d4c19f29d4bdea Mon Sep 17 00:00:00 2001 From: tA Date: Tue, 23 Jul 2019 12:34:43 +1200 Subject: [PATCH] last time updating readme i swear --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ca895..b89d3e5 100644 --- a/README.md +++ b/README.md @@ -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 ```