Add days 10, 11, and 13p1

This commit is contained in:
Xavier Morel
2019-12-22 13:03:55 +01:00
parent 6b539c8567
commit 324ffcbe83
10 changed files with 215 additions and 22 deletions

View File

@@ -35,7 +35,7 @@ day7 = do
putStrLn $ "Part 1: " ++ (show p1)
-- WIP
let combinationsP2 = testCombinationsP2 program
let p2 = maximumBy (\(_, a) (_, b) -> compare a b) combinationsP2
-- let combinationsP2 = testCombinationsP2 program
-- let p2 = maximumBy (\(_, a) (_, b) -> compare a b) combinationsP2
putStrLn $ "Part 2 (WIP/Buggy): " ++ (show p2)
-- putStrLn $ "Part 2 (WIP/Buggy): " ++ (show p2)