Function to convert Hex to Oct in haskell

后端 未结 0 1305
Happy的楠姐
Happy的楠姐 2020-11-28 19:54

I have to convert any Hex Number to an Oct number. On another post I saw this code

main = do
    octStr <- getLine
    let
        val :: Integer
        (         


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