From d1fed77bf1178087de03259112fd10041b6c7720 Mon Sep 17 00:00:00 2001 From: Dominik Prodinger Date: Tue, 24 Oct 2017 14:26:32 +0200 Subject: [PATCH] Add Hello World in Haskell --- hello_world/haskell.hs | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world/haskell.hs diff --git a/hello_world/haskell.hs b/hello_world/haskell.hs new file mode 100644 index 0000000..ca86d12 --- /dev/null +++ b/hello_world/haskell.hs @@ -0,0 +1 @@ +main = print "Hello World"