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

3 lines
49 B
Scheme
Raw Normal View History

2016-08-13 23:20:14 +00:00
(define-module (hello-world)
#:export (hello))