Ad
  • Default User Avatar

    In Rust code for this kata, the return type is specified as optional u64, which makes returning -1 impossible. From tests it is clear, that None should be returned, yet it'd be helpful to also say this in the description.