aboutsummaryrefslogtreecommitdiff
path: root/execs/Day12.hs
diff options
context:
space:
mode:
Diffstat (limited to 'execs/Day12.hs')
-rw-r--r--execs/Day12.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/execs/Day12.hs b/execs/Day12.hs
index 11d2aa6..130e539 100644
--- a/execs/Day12.hs
+++ b/execs/Day12.hs
@@ -1,6 +1,6 @@
1module Main where 1module Main where
2 2
3import Utils 3import Utils
4 4
5parseLine s = (head s, read (tail s) :: Float) 5parseLine s = (head s, read (tail s) :: Float)
6 6