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.
Switching versions did allow me to pass the kata, but like Unnamed said, the incorrect version needs to be disabled.
Haskell translation is broken.
It appears to be working now
I'm seeing an error from the test module when I try to submit with Haskell. Same error for both versions of GHC.
Ah, yes. That worked. Thanks!
When I run the sample tests in C# my code compiles and runs fine, but when I try to run the full test suite it fails to compile with an error about missing assembly references. Seems to be something with setting up and tearing down the code runtime. Here's the text of the error I get.
The problem description clearly states that c is the largest value
Agreed. The type should either be Int or Integer, depending on how big the tests get. It uses int in C, C++, C#, and Java.
I'm fairly certain that my code works, but I keep seeing
Error in '/home/codewarrior/solution': malloc(): memory corruption
for the 24th test case. When I printed the input and output of my code for that test case it produced the expected result, but still fails the test case with the error. When I run the same code on my machine with that test case it works just fine.The Haskell Hello World test case shows shows the actual output as the expected and vice versa.