fixed typo
This commit is contained in:
parent
b7d4066a81
commit
61456b6cc8
|
@ -6,7 +6,7 @@ main = do
|
|||
let ls = map read $ lines raw :: [Int]
|
||||
in do
|
||||
putStrLn $ "day1a: " ++ (show (solveA ls))
|
||||
putStrLn $ "day1a: " ++ (show (solveB ls))
|
||||
putStrLn $ "day1b: " ++ (show (solveB ls))
|
||||
|
||||
numIncreasing :: [Int] -> Int
|
||||
numIncreasing [] = 0
|
||||
|
|
Loading…
Reference in a new issue