Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-12-02 05:33:17 +05:30
commit 5fe3ea5567
6 changed files with 2337 additions and 0 deletions

4
Day1/1.hs Normal file
View File

@@ -0,0 +1,4 @@
import Lib (calories)
main :: IO ()
main = print . maximum . calories =<< readFile "input"