Difference between revisions of "User:Cgo"

From HaskellWiki
Jump to navigation Jump to search
(No difference)

Revision as of 14:09, 23 November 2010

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