racket/collects/tests/planet/examples/scribblings-package/lib.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
38 B
Racket

#lang racket
(provide x)
(define x 1)