Skip to content

Commit c71726e

Browse files
committed
Hello World program in Haskell
1 parent 271e54c commit c71726e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

haskell.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
-- Hello world program in Haskell.
3+
main = putStrLn "Hello, World!"

0 commit comments

Comments
 (0)