racket/collects/tests/planet/examples/scribblings-package/require-four.rkt
Carl Eastlund 803ac4a412 Added a sample package to test Planet scribblings. No automated tests yet.
Currently one just has to build the package and "eyeball" its documentation.
2011-01-11 18:00:40 -05:00

4 lines
68 B
Racket

#lang racket
(provide (all-from-out "lib.rkt"))
(require "lib.rkt")