bakmon/skeleton.scm
2025-08-08 01:18:40 +02:00

4 lines
74 B
Scheme

(define-module (skeleton)
#:use-module (skeleton hello))
(hello-world)