mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 13:59:51 +01:00
Move 2015 to haskellAoC & change Days listing
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
module Y2020.Days (y20day01, y20day02, y20day03) where
|
||||
module Y2020.Days (year2020) where
|
||||
|
||||
import Y2020.Day01
|
||||
import Y2020.Day02
|
||||
import Y2020.Day03
|
||||
|
||||
|
||||
year2020 :: String -> [String] -> (String, String)
|
||||
year2020 "01" = y20day01
|
||||
year2020 "02" = y20day02
|
||||
year2020 "03" = y20day03
|
||||
|
||||
Reference in New Issue
Block a user