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