mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 05:49:52 +01:00
10 lines
106 B
Haskell
10 lines
106 B
Haskell
module Main where
|
|
|
|
-- import Day1
|
|
import Day2
|
|
|
|
-- TODO Day selection via args?
|
|
|
|
main :: IO ()
|
|
main = day2
|