updated via script

main
m455 2018-03-13 12:47:05 -04:00
parent 64a87d6b5f
commit ae2b6ae9a8
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
(cond
[(member user-input (hash-ref y-n 'yes))
(displayln "You chose yes")]
[(member user-input (hash-ref y-n 'no))
(displayln "You chose no")]
[else
(displayln "you chose something else")])))