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

7 lines
137 B
Scheme

(import ;(scheme base)
(libs lib2)
;(rename (prefix (libs lib1) test-))
)
;(test-lib1-hello)
(write lib2-hello)