advent-of-code/2023/haskell/solutions/Day02.hs
2023-12-01 23:03:57 +01:00

5 lines
55 B
Haskell

module Day02 (xyz) where
xyz :: Int -> Int
xyz = (+1)