mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-15 06:19:51 +01:00
Move 2015 to haskellAoC & change Days listing
This commit is contained in:
13
haskellAoC/src/Y2015/Days.hs
Normal file
13
haskellAoC/src/Y2015/Days.hs
Normal file
@@ -0,0 +1,13 @@
|
||||
module Y2015.Days (year2015) where
|
||||
|
||||
import Y2015.Day01
|
||||
import Y2015.Day02
|
||||
import Y2015.Day03
|
||||
import Y2015.Day04
|
||||
|
||||
|
||||
year2015 :: String -> [String] -> (String, String)
|
||||
year2015 "01" = y15day01
|
||||
year2015 "02" = y15day02
|
||||
year2015 "03" = y15day03
|
||||
year2015 "04" = y15day04
|
||||
Reference in New Issue
Block a user