6 lines
85 B
Haskell
6 lines
85 B
Haskell
module Main (main) where
|
|
|
|
import AoC qualified
|
|
|
|
main :: IO ()
|
|
main = AoC.defaultMain
|