summaryrefslogtreecommitdiff
path: root/simspace
diff options
context:
space:
mode:
Diffstat (limited to 'simspace')
-rw-r--r--simspace/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/simspace/Main.hs b/simspace/Main.hs
index 18f744a..d187975 100644
--- a/simspace/Main.hs
+++ b/simspace/Main.hs
@@ -53,4 +53,4 @@ translate [1,0,0] = 0
translate [1,0,1] = 1
translate [1,1,0] = 1
translate [1,1,1] = 0
-translate _ = 1
+translate _ = 0