Add basic Input validation for if user enters digit or 'q' as a choice
This commit is contained in:
parent
61edfcdeb9
commit
c7df2bd546
3 changed files with 64 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -14,3 +14,8 @@ Cargo.lock
|
|||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue