fixed wrong string
This commit is contained in:
parent
a5b64d7a31
commit
23e44f9515
4
day8.hs
4
day8.hs
@ -16,8 +16,8 @@ main = do
|
|||||||
ansA = solveA ops
|
ansA = solveA ops
|
||||||
ansB = solveB ops
|
ansB = solveB ops
|
||||||
in do
|
in do
|
||||||
putStrLn $ "day7a: " ++ (show ansA)
|
putStrLn $ "day8a: " ++ (show ansA)
|
||||||
putStrLn $ "day7b: " ++ (show ansB)
|
putStrLn $ "day8b: " ++ (show ansB)
|
||||||
|
|
||||||
solveA :: V.Vector (Bool, Op) -> Int
|
solveA :: V.Vector (Bool, Op) -> Int
|
||||||
solveA ops = runMachineA ops 0 0
|
solveA ops = runMachineA ops 0 0
|
||||||
|
Loading…
Reference in New Issue
Block a user