whalesong/web-world/main.rkt
2011-08-29 12:17:26 -04:00

7 lines
146 B
Racket

#lang s-exp "../lang/base.rkt"
(require "impl.rkt"
"event.rkt")
(provide (all-from-out "impl.rkt")
(all-from-out "event.rkt"))