diff --git a/haskell/helloworld.hs b/haskell/helloworld.hs new file mode 100644 index 0000000..66937d0 --- /dev/null +++ b/haskell/helloworld.hs @@ -0,0 +1 @@ +main = putStrLn "Hello World!" \ No newline at end of file