• Custom User Avatar

    you do not nul-terminate your string, it is your code that has issues ;-)

  • Custom User Avatar

    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!