100-days-of-rust/Week-10/Day-66_ISBN-Generator/README.md

12 lines
402 B
Markdown
Raw Normal View History

2023-03-24 01:38:35 +00:00
# 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**.