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.
Did anyone else just have to click submit and it worked? 🤔
This isn't a programming puzzle, it's a math one... How are we supposed to figure out how 10, 10, and 10 lead to getting 22 without a proper explanation?
Input --> ?? Black Box ?? --> Output
also why would someone want to evaporate their deoderant lolOof, good to know
Yeah, it seems to show the same exact text, but without the comment I made.
Is that exactly the same? I got this text from the get-go.
Forgot to remove using System...
I have a possible fix, the top line of the C# version should read like this:
public static string FormatWords(string[] words)
It's currently this, which causes an error:
public static string FormatWords(words)
(unless of course that's part of the puzzle...in which case, I'll delete this comment heh)
This comment is hidden because it contains spoiler information about the solution