More common Haskell style

This commit is contained in:
Index Int
2015-07-03 01:16:34 +03:00
parent e72c7702c8
commit 4da0050012

View File

@@ -1,4 +1,3 @@
module Main
where
module Main where
main=putStrLn "Hello, World!"
main = putStrLn "Hello, World!"