Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
No worries mate, just a heads up.
currently I can't change anything because 500+ solutions passed but I will remember that for the future..
Should use Generics for C#.
Also, the C# version does not clearly indicate the order of the constructor paramters. There should be a default constructor accepting 0 params. This would allow the following syntax.
var counter = new Counter
{
Vowels = numVowels,
Consonents = numConsonents
};