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"