Test hlint

This commit is contained in:
Sridhar Ratnakumar 2022-05-04 17:06:03 -04:00
parent 2c391ff0ca
commit 1c2e20f2b7

View file

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