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