mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 13:59:51 +01:00
Add 2019 day 1 and 2
This commit is contained in:
9
y2019/app/Main.hs
Normal file
9
y2019/app/Main.hs
Normal file
@@ -0,0 +1,9 @@
|
||||
module Main where
|
||||
|
||||
-- import Day1
|
||||
import Day2
|
||||
|
||||
-- TODO Day selection via args?
|
||||
|
||||
main :: IO ()
|
||||
main = day2
|
||||
Reference in New Issue
Block a user