Use non-ascii in demo

This commit is contained in:
Sridhar Ratnakumar 2021-10-12 09:37:00 -04:00
parent d9558225aa
commit d2956c03b7

View file

@ -6,6 +6,6 @@ import Main.Utf8 (withUtf8)
main :: IO ()
main = do
-- For withUtf8, see https://serokell.io/blog/haskell-with-utf8
withUtf8 $ do
putStrLn "Hello World"
putStrLn "Hello 🌎"