[hs] Reorganize and start work on 2019_05
This commit is contained in:
parent
ab7c7ce0bf
commit
a8a35f3289
3 changed files with 132 additions and 4 deletions
13
hs/src/Aoc/Y2019.hs
Normal file
13
hs/src/Aoc/Y2019.hs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
module Aoc.Y2019
|
||||
( solve201901
|
||||
, solve201902
|
||||
, solve201903
|
||||
, solve201904
|
||||
, solve201905
|
||||
) where
|
||||
|
||||
import Aoc.Y2019.A01
|
||||
import Aoc.Y2019.A02
|
||||
import Aoc.Y2019.A03
|
||||
import Aoc.Y2019.A04
|
||||
import Aoc.Y2019.A05
|
||||
Loading…
Add table
Add a link
Reference in a new issue