100-days-of-rust/Week-10/Day-66_ISBN-Generator/README.md
2023-03-23 21:38:35 -04:00

402 B

ISBN Generator

ISBN's (International Standard Book Numbers) are identifiers for books. Given the correct sequence of digits, one book can be identified out of millions of others thanks to this ISBN.

Objective Write an ISBN generator.

Rules

  • Follow the ISBN rules of day-65 challenge (ISBN Validator), use this validator to check the generated identifiers on your tests.