This is a dotnet console app that takes a string as input and outputs all possible capitalization possibilities for the word. This program will currently fail for words over 30 characters.
Inputtng :q, pressing ^C, or simply exiting out of the terminal window will exit the application.