From 0331adae4010ca9ce19d3913156c72ad96a3551e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 4 May 2022 17:09:21 -0400 Subject: [PATCH] Undo Haskell change --- src/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 5e66e27..540ecf0 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -13,4 +13,3 @@ main = do -- For withUtf8, see https://serokell.io/blog/haskell-with-utf8 Utf8.withUtf8 $ do putStrLn "Hello 🌎" - return ()