Ad
  • Default User Avatar

    Okay, solved, sorry. The maximum a random test can try is now 51.

  • Default User Avatar

    Why does this kata want a newline character at the end of every line EXCEPT the last? That is just weird. That means I have to remove the last character of the string before I return it, since i obviously add in a newline chracter at the end of every line when i built it. You can't even add it in at the beginning because the kata only wants a newline chracter BETWEEN lines. Queer. Oh well. I'm just ranting.