User:Cgo
Bold text
excuse me, I have a question is Haskell programming and I need someone help me to solve it I have a list of strings, I want to use putStr in Data.Char to show it out in the terminal screen. For example, a string likes ["!@#$","#@$"] will be shown as "!@#$" "#@$" Actually, I don't know the good way the make it. Please help me