Skip to content

Commit 01ae70e

Browse files
Merge pull request #82 from Billsfriend/exercism-sync/1d6f68de5368c6d1
[Sync Iteration] scheme/hello-world/1
2 parents a40dc6e + eb844ca commit 01ae70e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(import (rnrs))
2+
3+
(define hello-world
4+
"Hello, World!")
5+

0 commit comments

Comments
 (0)