exercism/scheme/hello-world/hello-world.scm
2016-08-13 18:20:14 -05:00

3 lines
49 B
Scheme

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