Add 2024 template
This commit is contained in:
parent
d30ceb56f7
commit
d5d6949a95
54 changed files with 236 additions and 0 deletions
6
src/AoC/Y2024/D15.hs
Normal file
6
src/AoC/Y2024/D15.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module AoC.Y2024.D15 (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