mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-30 07:25:05 +02:00
7 lines
137 B
Scheme
7 lines
137 B
Scheme
(import ;(scheme base)
|
|
(libs lib2)
|
|
;(rename (prefix (libs lib1) test-))
|
|
)
|
|
|
|
;(test-lib1-hello)
|
|
(write lib2-hello)
|