mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 13:59:51 +01:00
Advent of Code 2020 day 1
This commit is contained in:
6
y2020/app/Main.hs
Normal file
6
y2020/app/Main.hs
Normal file
@@ -0,0 +1,6 @@
|
||||
module Main where
|
||||
|
||||
import DayPicker
|
||||
|
||||
main :: IO ()
|
||||
main = dayPicker
|
||||
Reference in New Issue
Block a user