adventofcode/2023/app/Day3.hs
2023-12-05 21:45:57 +01:00

4 lines
47 B
Haskell

module Day3 where
main :: IO ()
main = pure ()