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 prefere to not use a capturing group when not necessary
Sorry about that, I'm doing it in Ruby
what language?
You have to define your method like this
class Primes
def self.first(n)
end
end
Are the second level tests in the same "name.key => "num,num,num" format?"
My solution passed the three initial test cases, but for the additional tests, it's outputting numbers instead of the country names.