5 lines
74 B
Scheme
5 lines
74 B
Scheme
#lang scheme/base
|
|
|
|
(require "make.ss")
|
|
(provide (all-from-out "make.ss"))
|