Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
To whom it may concern,
This is my first time submitting a translation and would love a good feedback and all the help I can get
I am interested in writing a new translation for this kata in Rust. I want to know why this was rejected, so I don't repeat the mistakes
are you use charCodeAt?
I've already solved this kata with JavaScript, but when I try doing so in Rust. The random test fails. And the input when I log it looks sth like this ['\u{b}', '\u{c}', '\r', '\u{e}', '\u{f}', '\u{10}', '\u{11}', '\u{12}', '\u{13}', '\u{14}', '\u{15}', '\u{16}', '\u{17}', '\u{19}'] which is wrong giving that the instruction specified only alphabets.