racket/collects/html/main.rkt

5 lines
76 B
Racket

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