diff --git a/h/haskell.hs b/h/haskell.hs index dea0b27d..4d0e7643 100644 --- a/h/haskell.hs +++ b/h/haskell.hs @@ -1,4 +1,3 @@ -module Main - where +module Main where -main=putStrLn "Hello, World!" \ No newline at end of file +main = putStrLn "Hello, World!"