racket/collects/graphics/main.rkt
2011-07-02 10:37:53 -04:00

5 lines
84 B
Racket

#lang scheme/base
(require "graphics.rkt")
(provide (all-from-out "graphics.rkt"))