mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 13:59:51 +01:00
7 lines
61 B
Haskell
7 lines
61 B
Haskell
module Main where
|
|
|
|
import Lib
|
|
|
|
main :: IO ()
|
|
main = pickYear
|