X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=src%2FMain.hs;h=52be5222b48096b14b596b195a82b17fc9efd4a4;hp=d6f7c8fdbf0d3656a49d09c59abc7c2886d0289f;hb=c4d41b93ec02ff4dc762163441ebefb0324e6f07;hpb=2dfefb720a71e6a2bc85174f992266b7d7acb5d0 diff --git a/src/Main.hs b/src/Main.hs index d6f7c8f..52be522 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -2,5 +2,4 @@ module Main where main :: IO () -main = do - putStrLn "Hello, world!" +main = putStrLn "Hello, world!"