Ad
  • Custom User Avatar

    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.

  • Custom User Avatar

    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.

  • Custom User Avatar

    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.