From 4da005001258e169cd259f7c30e12f581f597b3d Mon Sep 17 00:00:00 2001 From: Index Int Date: Fri, 3 Jul 2015 01:16:34 +0300 Subject: [PATCH] More common Haskell style --- h/haskell.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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!"