1. GHC
$ sudo apt-get update
$ sudo apt-get install ghc
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.6.5
2. hello.hs
$ ghc hello.hs
$ ./hello
"Hello World!"
留言
張貼留言