Instructions:
You are writing an app that displays a fixed width font and has a strict limit of 25 characters per line in one particular text area.
Write a function that takes in a string, inserts newline characters, and adds a hyphen on the end of a line if a word is continued on the next line.
White space should not be left in the result string as is.
Test Fixture Cut-n-Paste: