Initial commit
This commit is contained in:
commit
cf2af11b6b
23 changed files with 3988 additions and 0 deletions
6
template/D00.hs
Normal file
6
template/D00.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module AoC.Y0000.D00 (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