compile-r7rs/test/libs/hello.sld

7 lines
123 B
Scheme

(define-library
(libs hello)
(import (scheme base)
(scheme write))
(export hello)
(include "hello.scm"))