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.
Done, the only thing I couldn't do is use
List.of
because it generates an unmodifiable list and it doesn't accept null.This kata is on the List of Java Kata to Update. It cannot be updated to Java 17 automatically because it refers to
/home/codewarrior/solution.txt
and I have also updated the test to JUnit5.I created a fork that fixes this. Please have a look at the fork and approve it or let me know if there is something that needs to be improved so I can fix it.
Java Translation