fixed wrong string

This commit is contained in:
Thorn Avery 2020-12-08 20:11:42 +13:00
parent a5b64d7a31
commit 23e44f9515

View File

@ -16,8 +16,8 @@ main = do
ansA = solveA ops
ansB = solveB ops
in do
putStrLn $ "day7a: " ++ (show ansA)
putStrLn $ "day7b: " ++ (show ansB)
putStrLn $ "day8a: " ++ (show ansA)
putStrLn $ "day8b: " ++ (show ansB)
solveA :: V.Vector (Bool, Op) -> Int
solveA ops = runMachineA ops 0 0