Haskell Quiz/Text Munger
From HaskellWiki
< Haskell Quiz(Difference between revisions)
(New page) |
|||
| (3 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| - | |||
| - | |||
RubyQuiz #76: A program that scrambles the middle letters of words, leaving the first and last letters, as well as formatting and punctuation unchanged. | RubyQuiz #76: A program that scrambles the middle letters of words, leaving the first and last letters, as well as formatting and punctuation unchanged. | ||
| Line 10: | Line 8: | ||
* [[Haskell Quiz/Text Munger/Solution Dolio|Dan Doel]] | * [[Haskell Quiz/Text Munger/Solution Dolio|Dan Doel]] | ||
| + | * [[Haskell Quiz/Text Munger/Solution Tel|Joseph Abrahamson]] | ||
| + | * [[Haskell Quiz/Text Munger/Solution Stoltze|Simon Stoltze]] | ||
| + | |||
| + | [[Category:Haskell Quiz|Text Munger]] | ||
Current revision
RubyQuiz #76: A program that scrambles the middle letters of words, leaving the first and last letters, as well as formatting and punctuation unchanged.
