Ad
  • Custom User Avatar

    This is a funny kata and should be 7kyu not 8

  • Default User Avatar

    256 in binary form is 100000000. When you place "ab" in the end as in example, all is mitigated by 0's. 32 is 100000, so you actually will get 6th letter from the end of "ctmdpt", which is "c".

  • Custom User Avatar

    I did not understand why in case message equal "ctmdpt" and code 32 return c and in this case message equal "ab" and code 256 return ""