[hs] Migrate 2019_01
This commit is contained in:
parent
55bc09948b
commit
3e82db1f0c
3 changed files with 22 additions and 9 deletions
|
|
@ -1,8 +1,11 @@
|
|||
module Aoc.Y2019
|
||||
( days
|
||||
( year
|
||||
) where
|
||||
|
||||
import Aoc.Day
|
||||
import qualified Aoc.Y2019.D01 as D01
|
||||
|
||||
days :: [Day]
|
||||
days = []
|
||||
year :: Year
|
||||
year = Year 2019
|
||||
[ ( 1, D01.day)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue