6 lines
62 B
Haskell
6 lines
62 B
Haskell
module Main where
|
|
|
|
import Day2
|
|
|
|
main :: IO ()
|
|
main = Day2.main |