Use Haskell to Output Utf8 String in the PowerShell on Windows 10

前端 未结 0 701
栀梦
栀梦 2021-02-01 01:01

Here is the code.

module Lib
    ( someFunc
    ) where

someFunc :: IO ()
someFunc = putStrLn "你好"
相关标签:
回答
  • 消灭零回复
提交回复
热议问题