Reading a whole text file in haskell

前端 未结 0 1223
迷失自我
迷失自我 2020-12-13 13:20
import System.IO

import Text.Printf

kodable :: IO()
kodable = do
    printf "Please load a map : "
    file <- getLine
    mapFile <- openFile file         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题