Now with use of monad loops
[advent-of-code-20.git] / advent15 / src / advent15slow.hs
index 508fedd077cc4472b1262bcdcf6a209d8f1e50c9..4c6ff073660e07dfd3e1949547edf85de9d5aa89 100644 (file)
@@ -3,7 +3,6 @@
 import Prelude hiding (round)
 import qualified Data.IntMap.Strict as M
 
-
 data Game = Game { round :: Int
                  , word :: Int
                  , history :: M.IntMap Int