(define-module (skeleton hello) #:export (hello-world)) (define (hello-world) (display "Hello, World!"))