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.
Then this is where the error comes from. When I enter the editor, I see the following initial solution:
That's what you should complete, and not write your own main method :P
Edit: to make your code look nicer you can use https://docs.codewars.com/references/markdown/#code-block
What does your solution look like? Do you have a class called 'Kata' and method named 'subtractSum' inside it? (as the tests expect it)