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.
C translation added
This comment is hidden because it contains spoiler information about the solution
I can't complete this in C#. I keep getting the following error.
Expected string length 31 but was 22. Strings differ at index 2.
Expected: "This website is for losers LOL!"
But was: "Ths wbst s fr lsrs LL!"
-------------^
I am doing it right but it is still failing if I switch the arguments to be right then it fails when I submit it.
How do I fix this?
I am fairly new here so I apologize if this is a simple question. Is there anyway to download a copy of the Dictinary? I like to get these working in Visual Studio and with out it I can't. I can always make my own was just hoping to save some time.