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.
Print the input.
This comment is hidden because it contains spoiler information about the solution
Hi. Your code not working is not a kata issue. An issue is a bug in the kata. You may find some help in the documentation: https://docs.codewars.com/training/troubleshooting/
I have the same issue, But i use java, My methods solve all my test case except a one where need to return -3 but mt function return nothing.
Test Results:
OutlierTest
test
expected:<-3> but was:<2>
Stack Trace
Completed in 8ms
Completed in 19ms
I can solve a one issues if even i put hte chekker to that my solution return nothing, but all another tests is accepted. Language Java 11. How can present my code for check where i do wrong?