Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #20 from TvrtkoM/haskell_hello
Browse files Browse the repository at this point in the history
Haskell Hello World code #2
  • Loading branch information
srbcheema1 authored Oct 1, 2017
2 parents f5b0143 + e0438c3 commit d64cd6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hello_world.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- haskell "hello world" program
-- compile with 'ghc -o hello hello_world.hs' and run with './hello

main = putStrLn "hello world"

0 comments on commit d64cd6d

Please sign in to comment.