Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 323 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 323 Bytes

Capitalization-Permutations

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.