[hs] Reorganize and start work on 2019_05

This commit is contained in:
Joscha 2020-12-01 23:08:50 +00:00
parent ab7c7ce0bf
commit a8a35f3289
3 changed files with 132 additions and 4 deletions

13
hs/src/Aoc/Y2019.hs Normal file
View 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