GitHub
About
Portfolio
Top
Haskell
Wed, 2020 Mar 4
安裝
pacman -S ghc
開啟交互模式
ghc --interactive
或
ghci
簡易打印
putStrLn
"newline"
putStr
"print"
Haskell