Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
@@ -0,0 +1,6 @@
import Data.List (sortOn)
import Data.Ord (Down (Down))
import Lib (calories)
main :: IO ()
main = print . sum . take 3 . sortOn Down . calories =<< readFile "input"
The note is not visible to the blocked user.