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 (cond
[(member user-input (hash-ref y-n 'yes)) [(member user-input (hash-ref y-n 'yes))
(displayln "You chose yes")] (displayln "You chose yes")]
[(member user-input (hash-ref y-n 'no))
(displayln "You chose no")]
[else [else
(displayln "you chose something else")]))) (displayln "you chose something else")])))