day3: Solve part1

This commit is contained in:
Alexander Kobjolke 2023-12-03 20:31:06 +01:00
parent 1311230bbb
commit 90f6fddd94
4 changed files with 18 additions and 3 deletions

View file

@ -29,4 +29,4 @@ handleError e = do
hPutStrLn stderr $ "I ran into an issue: " <> show e
defaultMain :: IO ()
defaultMain = Exception.catch (runAoC Y2023 D01 >>= print) handleError
defaultMain = Exception.catch (runAoC Y2023 D03 >>= print) handleError