This will read from std using readLine()
until it encounters a blank line.
It will convert words formated like CAPITAL_LETTERS
to capitalLetters
ice-cream-coder/UppercaseToCamelCase
This is a simple command line tool that will convert inputed Uppercase underscore seperated words to camel case.
Swift