Ver código fonte

fixed wrong string

master
Thorn Avery 3 anos atrás
pai
commit
23e44f9515
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      day8.hs

+ 2
- 2
day8.hs Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar