exercism/scheme/hello-world/hello-world.scm

3 lines
49 B
Scheme

(define-module (hello-world)
#:export (hello))