Add 2023 template

This commit is contained in:
Alexander Kobjolke 2023-12-01 10:13:25 +01:00
parent cf2af11b6b
commit d06f469bb7
54 changed files with 240 additions and 4 deletions

6
src/AoC/Y2023/D09.hs Normal file
View file

@ -0,0 +1,6 @@
module AoC.Y2023.D09 (solve) where
import AoC.Riddle
solve :: (MonadIO m) => Text -> m (Either Text Solution)
solve _ = pure $ Left "not yet implemented"