Personal tools

Haskell Quiz/Text Munger

From HaskellWiki

< Haskell Quiz(Difference between revisions)
Jump to: navigation, search
(+cat)
Current revision (22:16, 15 December 2007) (edit) (undo)
 
(One intermediate revision not shown.)
Line 8: 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]]
[[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.

1 The Problem

2 Solutions