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.
I don't know if it is shipped with Julia out of the box but I have it on my PC and it didn't require any prior setup. I'm running Julia 1.11.4 though.
I'm trying to solve this kata using the Combinatorics API found in Julia, but I cannot import it; it gives the LoadError: Package Combinatorics not found in the current path. Is there any way around it, other than implememting used functions by myself?
This comment is hidden because it contains spoiler information about the solution
I can't figure out what the correct output should be here... I have correctly deciphered the message and have saved it in the solution variable, but the test case isn't passing... I tried both the whole message and only the actual safe passcode. What am I doing wrong here?