5 lines
92 B
Haskell
5 lines
92 B
Haskell
import Lib (calories)
|
|
|
|
main :: IO ()
|
|
main = print . maximum . calories =<< readFile "input"
|