yeah I know. My code works fine on codeblocks but here I get an error. Thanks for replying though.
Interesting kata, biggest point to note when testing, it's (n x n) and not (m x n)
Print the input, the tests are ok.
'apples, pears\ngrapes\ngrapes' should equal 'apples, pears\ngrapes\nbananas' bananas was not even in the original str.
Loading collection data...
yeah I know.
My code works fine on codeblocks but here I get an error.
Thanks for replying though.
Interesting kata, biggest point to note when testing, it's (n x n) and not (m x n)
Print the input, the tests are ok.
'apples, pears\ngrapes\ngrapes' should equal 'apples, pears\ngrapes\nbananas'
bananas was not even in the original str.