1 2 3
import qualified Data.ByteString.Lazy as B main = B.getContents>>=print.show.f where f = B.foldl1' (+)