From 690ab49c7da8927570cddf0e938cbe03f62beeac Mon Sep 17 00:00:00 2001 From: HunterYIboHu Date: Mon, 30 May 2016 22:56:34 +0800 Subject: [PATCH] =?UTF-8?q?In=20line=2086=EF=BC=88In=20Drracket=20maybe=20?= =?UTF-8?q?L83=EF=BC=89'1'=20is=20misplace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and I prefer you can provide a run command, such as "(play ...)". You know it. --- group/session-010/main.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group/session-010/main.rkt b/group/session-010/main.rkt index af8dbe2..bc052b0 100644 --- a/group/session-010/main.rkt +++ b/group/session-010/main.rkt @@ -83,7 +83,7 @@ (one-cycle-left? (game-state-cycles gs))) (define (one-cycle-left? cycles) - (= (count-live-cycles cycles 0)) 1) + (= (count-live-cycles cycles 0) 1)) (define (count-live-cycles cycles count) (cond