Hi Tope, > When I tried to compile it as instucted on the webpage ( $ ghc -o hello > hello.hs), I got this error message. are you actually typing in that '$' into the command prompt? try leaving out the '$' and just type "ghc -o hello hello.hs". Chris.