day3: Solve part1
This commit is contained in:
parent
1311230bbb
commit
90f6fddd94
4 changed files with 18 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue