you do not nul-terminate your string, it is your code that has issues ;-)
I've just tested my solution in C and passed, likely it is your code having unnecessary trailing \n characters at the end of string. Not a kata issue!
\n
Loading collection data...
you do not nul-terminate your string, it is your code that has issues ;-)
I've just tested my solution in C and passed, likely it is your code having unnecessary trailing
\n
characters at the end of string. Not a kata issue!