Add 2023 template
This commit is contained in:
parent
cf2af11b6b
commit
d06f469bb7
54 changed files with 240 additions and 4 deletions
6
src/AoC/Y2023/D05.hs
Normal file
6
src/AoC/Y2023/D05.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module AoC.Y2023.D05 (solve) where
|
||||
|
||||
import AoC.Riddle
|
||||
|
||||
solve :: (MonadIO m) => Text -> m (Either Text Solution)
|
||||
solve _ = pure $ Left "not yet implemented"
|
||||
Loading…
Add table
Add a link
Reference in a new issue