mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 13:59:51 +01:00
Merge AoC 2019 & 2020 Haskell codebases
This commit is contained in:
5
haskellAoC/src/Y2020/Days.hs
Normal file
5
haskellAoC/src/Y2020/Days.hs
Normal file
@@ -0,0 +1,5 @@
|
||||
module Y2020.Days (y20day01, y20day02, y20day03) where
|
||||
|
||||
import Y2020.Day01
|
||||
import Y2020.Day02
|
||||
import Y2020.Day03
|
||||
Reference in New Issue
Block a user