racket/collects/meta/web/common.rkt
2010-06-05 08:53:53 -04:00

5 lines
90 B
Racket

#lang racket/base
(require "common/main.rkt")
(provide (all-from-out "common/main.rkt"))