cyclone/examples/hello-library/libs/lib2.sld
Justin Ethier b5d06c5913 Simplify
2015-04-28 13:57:52 -04:00

6 lines
158 B
Scheme

(define-library (libs lib2)
;(import (scheme base))
(export lib2-hello)
(begin
(define lib2-hello
"Hello from library #2")))