3 lines
49 B
Scheme
3 lines
49 B
Scheme
(define-module (hello-world)
|
|
#:export (hello))
|
(define-module (hello-world)
|
|
#:export (hello))
|