[hs] Solve 2020_01

This commit is contained in:
Joscha 2020-12-01 23:09:25 +00:00
parent a8a35f3289
commit 17379cc287
3 changed files with 39 additions and 0 deletions

5
hs/src/Aoc/Y2020.hs Normal file
View file

@ -0,0 +1,5 @@
module Aoc.Y2020
( solve202001
) where
import Aoc.Y2020.A01