4 lines
47 B
Haskell
4 lines
47 B
Haskell
|
module Day3 where
|
||
|
|
||
|
main :: IO ()
|
||
|
main = pure ()
|