StackOverflow 文件 Haskell Language 教程 IO 從標準輸入讀取一行 從標準輸入讀取一行 Created: November-22, 2018 main = do line <- getLine putStrLn line 輸入: This is an example. 輸出: This is an example. 從整個檔案中讀取單詞IO 的角色和目的