Files
aoc2025/app/6.hs
2025-11-30 14:10:29 +01:00

7 lines
77 B
Haskell

{-# LANGUAGE LambdaCase #-}
module Main where
main :: IO ()
main = pure ()