Personal tools

Haskell Quiz/Text Munger

From HaskellWiki

< Haskell Quiz(Difference between revisions)
Jump to: navigation, search
(New page)
Current revision (22:16, 15 December 2007) (edit) (undo)
 
(3 intermediate revisions not shown.)
Line 1: Line 1:
-
[[Category:Code]]
 
-
 
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.

1 The Problem

2 Solutions