/hello-haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Hello Haskell

Install the correct version of GHC

stack setup

Build the app

stack build

Run the compiled code

stack exec hello-haskell-exe