5 lines
74 B
Scheme
5 lines
74 B
Scheme
|
(define-module (skeleton)
|
||
|
#:use-module (skeleton hello))
|
||
|
|
||
|
(hello-world)
|