4 lines
105 B
Racket
4 lines
105 B
Racket
#lang s-exp "lang/base.rkt"
|
|
(require "web-world/main.rkt")
|
|
(provide (all-from-out "web-world/main.rkt"))
|