Solution by Alexander Pankoff # Run the Haskell solution With a `ghc` installation you can run the haskell solution with `runghc` ``` $ runghc haskell/ch-1.hs 1 2 3 -1 4 5 ```