1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-11 19:58:09 +02:00
Muhammad Mahmood 354f3afa7c
Corrected Luhn's Algorithm Step 3 (#1194)
In the exercise guideline for the Luhn's algorithm (Day 1, Afternoon
exercise), I made a correction to step 3 to provide a more accurate
explanation. Instead of stating that doubling 7 becomes 14, I clarified
that doubling 7 results in 14, and we should sum the individual digits
of 14 to get the correct value of 5.
2023-09-11 14:24:05 +00:00
..
2022-12-21 16:38:28 +01:00