diff options
-rw-r--r-- | test-subject/game.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-subject/game.scm b/test-subject/game.scm index c5dd535..ba928c8 100644 --- a/test-subject/game.scm +++ b/test-subject/game.scm @@ -359,6 +359,7 @@ #t)))) (define (run-command command) (match command + (() #t) (("help") (help)) (("exit") |