This kata is about wrapping words in a string. The goal is to write a function that takes a string and a number n
and
returns a new string that contains the original string with line breaks inserted at just the right places to make sure
no line is longer than n
characters.
-
Notifications
You must be signed in to change notification settings - Fork 0
Wolfremium13/kata-word-wrap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Kata WordWrap following OO design and Either