mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 22:09:50 +01:00
Add days 10, 11, and 13p1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user