Undo Haskell change

This commit is contained in:
Sridhar Ratnakumar 2022-05-04 17:09:21 -04:00
parent 480677ec23
commit 0331adae40

View file

@ -13,4 +13,3 @@ main = do
-- For withUtf8, see https://serokell.io/blog/haskell-with-utf8
Utf8.withUtf8 $ do
putStrLn "Hello 🌎"
return ()