From f9a710c398b0c2c93744e06bcabb8612d9dfa803 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Fri, 22 Jul 2011 23:53:25 -0400 Subject: [PATCH] crazy idea to do the presentation as a world program --- racketcon/talk.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racketcon/talk.rkt b/racketcon/talk.rkt index 434524c..25ffe11 100644 --- a/racketcon/talk.rkt +++ b/racketcon/talk.rkt @@ -68,4 +68,4 @@ (big-bang 0 (on-key key) - (on-draw draw)) \ No newline at end of file + (to-draw draw)) \ No newline at end of file