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.
the C tests are fine
Hi there! I was trying to write code with regex library(this is one of my firsts projects), it passes tests, but attempting it results Fail "Caught std::exception, what(): Parenthesis is not closed. Could somebody hint what does it mean?
C translation added
Because it's always easier to blame others?
XD This is quite funny issue, why do you think that the issue is with the kata, not with your code(and chances of having so is relatively larger in C)
This comment is hidden because it contains spoiler information about the solution
Same here :/
Having same issue here. :/
Here is the dictionary that is preloaded (javascript version)-
var dict = {
'A': "awesome",
'B': 'beautiful',
'C': 'confident',
'D': 'disturbing',
'E': 'eager',
'F': 'fantastic',
'G': 'gregarious',
'H': 'hippy',
'I': 'ingestable',
'J': 'joke',
'K': 'klingon',
'L': 'literal',
'M': 'mustache',
'N': 'newtonian',
'O': 'oscillating',
'P': 'perfect',
'Q': 'queen',
'R': 'rant',
'S': 'stylish',
'T': 'turn',
'U': 'underlying',
'V': 'volcano',
'W': 'weird',
'X': 'xylophone',
'Y': 'yogic',
'Z': 'zero'
};
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?
No, but there is nothing to stop you running a program that dumps it to the console. :)
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.