mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-04 08:08:09 +02:00
commit
3bb3634c7a
@ -14,7 +14,7 @@ following to validate the credit card number:
|
||||
|
||||
* Sum all the undoubled and doubled digits.
|
||||
|
||||
* The credit card number is valid if the sum is ends with `0`.
|
||||
* The credit card number is valid if the sum ends with `0`.
|
||||
|
||||
Copy the following code to <https://play.rust-lang.org/> and implement the
|
||||
function:
|
||||
|
Loading…
x
Reference in New Issue
Block a user