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.
Thank you for the info. Im new to C# and Im not so good in programming in general :) But Im trying to change that. Again thank you for your answer.
Hi @simxas, you can print parameters passed into your function (or other variables) using
System.Console.WriteLine
. In this case, "SumPositivesWithDoubleMax" is just the description of the test.Additionally, if you have Visual Studio installed, I have a Kata + test template that you can paste directly into a new project if you wish to debug using VS's tools.
There are also additional resources on these channels:
https://gitter.im/Codewars/codewars.com
https://gitter.im/Codewars/codewars.com/kata-solving-help
Hello, guys. With C# I cannot pass this test "SumPositivesWithDoubleMax". Expected: 17, but was: 7. Cannot understand what is this "SumPositivesWithDoubleMax" is. I hate when there are no normal error messages or I cannot see the actual test :/