mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 13:59:51 +01:00
Merge AoC 2019 & 2020 Haskell codebases
This commit is contained in:
6
haskellAoC/app/Main.hs
Normal file
6
haskellAoC/app/Main.hs
Normal file
@@ -0,0 +1,6 @@
|
||||
module Main where
|
||||
|
||||
import Lib
|
||||
|
||||
main :: IO ()
|
||||
main = pickYear
|
||||
Reference in New Issue
Block a user