From c40cb89015373489221344502b326743088a7623 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Fri, 2 Mar 2018 15:19:29 +0800 Subject: [PATCH] Make it say Hello, Windows. --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index d2e2a65..38071b9 100644 --- a/Main.hs +++ b/Main.hs @@ -1,4 +1,4 @@ module Main where main :: IO () -main = putStrLn "Hello, world!" +main = putStrLn "Hello, Windows!"