Add basic Input validation for if user enters digit or 'q' as a choice

This commit is contained in:
James Musselman 2024-03-14 14:47:48 -05:00
parent 61edfcdeb9
commit c7df2bd546
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
3 changed files with 64 additions and 0 deletions

5
.gitignore vendored
View file

@ -14,3 +14,8 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Added by cargo
/target