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.
We would have to see your solution which throws the error 132.
This was the solution I settled upon, my editor is throwin error 132 with no text to go along with the error, this is happening across every kata I try does anyone know what is causing this please.
As I said I'm a beginner to codewars, this was literally the first kata I ever looked at, and as someone who has just spent a week of learning C++ by having to write functioning programs it wasn't clear how this worked. Now that I know all of these are just basically working on a single function that's fine, but it was confusing for me as to how it worked.
I can't see how can you make that more clear. It's like that on every kata, you only create a function (except a few ones where you need to write a regular expression only for instance). You don't use a main method here on Codewars.
See the initial code for C++:
The instructions on this as a first time codewars user are very unclear. I spent about 20 minutes figuring out why my main() was not calling greet() and why I couldn't predeclare my greet() function etc. The description needs to clearly state that you aren't writing a working c++ program here and you're literally only writing a function that returns a string.
Not very beneficial as a learning tool off the bat for me.