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