AoC2018/Day14/Part1.hs

6 lines
153 B
Haskell
Executable File

#! /usr/bin/env stack
-- stack --resolver lts-12.20 --install-ghc script
module Main where
import Common
main = print $ take 10 $ drop input $ scores ()