Use non-ascii in demo
This commit is contained in:
parent
d9558225aa
commit
d2956c03b7
1 changed files with 2 additions and 2 deletions
|
@ -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 🌎"
|
||||
|
|
Loading…
Reference in a new issue