racket/collects/xml/main.rkt

5 lines
74 B
Racket

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