Ad
  • Custom User Avatar

    There is no mention in the challenge description on whether all the strings passed to the program contain exclusively ASCII characters or whether other unicode symbols are possible. I worked under the assumption that the function only has to work with ASCII and the tests ended up passing, but adding this to the challenge description would be nice for low-level languages like C, C++, Rust, ...