RCRPG/Haskell: Difference between revisions

m
Fixed syntax highlighting.
mNo edit summary
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{collection|RCRPG}}
This Haskell version of [[:Category:RCRPG|RCRPG]] is based on the Python implentationimplementation, and is undoubtedly ugly. Someone should probably clean it up.
 
===Code===
<syntaxhighlight lang="haskell">
<lang Haskell>
import Char (toLower)
import qualified Data.Map as Map
Line 247:
putStrLn "Thanks for playing!"
junk <- getLine
return ()</syntaxhighlight>
</lang>
9,476

edits