fixup! feat(day4): Implement part2
This commit is contained in:
parent
101634cb2b
commit
fab78be67b
|
@ -76,4 +76,6 @@ main = do
|
|||
args <- getArgs
|
||||
(fp:_) <- return args
|
||||
resPart1 <- part1 fp
|
||||
resPart2 <- part2 fp
|
||||
putStrLn $ "Solution (Part 1) : " ++ show resPart1
|
||||
putStrLn $ "Solution (Part 2) : " ++ show resPart2
|
||||
|
|
Loading…
Reference in a new issue