[hs] Solve 2020_01
This commit is contained in:
parent
a8a35f3289
commit
17379cc287
3 changed files with 39 additions and 0 deletions
5
hs/src/Aoc/Y2020.hs
Normal file
5
hs/src/Aoc/Y2020.hs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module Aoc.Y2020
|
||||
( solve202001
|
||||
) where
|
||||
|
||||
import Aoc.Y2020.A01
|
||||
Loading…
Add table
Add a link
Reference in a new issue