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.
thank you so much bro
You should not provide
main
function, it's already there in tests. You just need to fill in the function stub provided in initial setup.what's the problem please !!!
main.cpp:9:5: error: redefinition of 'main'
int main(int, const char *[]) {
^
./solution.cpp:30:5: note: previous definition is here
int main(int, const char *[]) {
^
1 error generated.