8 lines
70 B
Haskell
8 lines
70 B
Haskell
module Main where
|
|
|
|
import Day1
|
|
|
|
main :: IO ()
|
|
main = do
|
|
Day1.main
|