aboutsummaryrefslogtreecommitdiff
path: root/execs/Day10.hs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-16 07:27:38 +0000
committerAkshay <[email protected]>2020-12-16 07:27:38 +0000
commit8c1193fece01bb80e86d8cc36efcf8820a6ccb46 (patch)
treef13ed4cdb33e748f596db9b7e7a2b08d8b3ba0ef /execs/Day10.hs
parent38f3a717b0f8095fb05b9be0bebd158474eb7618 (diff)
format *
Diffstat (limited to 'execs/Day10.hs')
-rw-r--r--execs/Day10.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/execs/Day10.hs b/execs/Day10.hs
index 40d3d61..826fc65 100644
--- a/execs/Day10.hs
+++ b/execs/Day10.hs
@@ -1,10 +1,10 @@
1 1
2module Main where 2module Main where
3 3
4import Utils 4import Control.Monad
5import Data.List (sort) 5import Control.Monad.Memo
6import Control.Monad 6import Data.List (sort)
7import Control.Monad.Memo 7import Utils
8 8
9parseLine :: String -> Int 9parseLine :: String -> Int
10parseLine = read 10parseLine = read