From 97fffce623b8f443a3869c67dce3e6e143df9550 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 23 Aug 2011 14:25:58 -0400 Subject: [PATCH] trying to see if coerseToView is doing the right thing --- web-world/examples/hello2/hello2.rkt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web-world/examples/hello2/hello2.rkt diff --git a/web-world/examples/hello2/hello2.rkt b/web-world/examples/hello2/hello2.rkt new file mode 100644 index 0000000..1a9494e --- /dev/null +++ b/web-world/examples/hello2/hello2.rkt @@ -0,0 +1,5 @@ +#lang planet dyoo/whalesong + +(require (planet dyoo/whalesong/web-world)) + +(big-bang 0 (initial-view "hello world")) \ No newline at end of file