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.
Multiply Enterprise Edition
This comment is hidden because it contains spoiler information about the solution
I have the result like "4096 days expected but got 4096.00.00.00 days"
Make it be insensetive for this.
Impossible in C#
My tests
Assert.AreEqual("You are 17 year(s) old.", AgeDiff.CalculateAge(2003, 2020));
Assert.AreEqual("You were born this very year!", AgeDiff.CalculateAge(2003, 2003));
Assert.AreEqual("You will be born in 17 year(s).", AgeDiff.CalculateAge(2020, 2003));
says that all are okay
but wtf, random tests delete my "(" and ")"
Assert.AreEqual("You are 17 year(s) old.", AgeDiff.CalculateAge(2003, 2020));
Assert.AreEqual("You were born this very year!", AgeDiff.CalculateAge(2003, 2003));
Assert.AreEqual("You will be born in 17 year(s).", AgeDiff.CalculateAge(2020, 2003));
//Remade, try this.
Can i set banned keys as a value to a string?