We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a40dc6e + eb844ca commit 01ae70eCopy full SHA for 01ae70e
solutions/scheme/hello-world/1/hello-world.scm
@@ -0,0 +1,5 @@
1
+(import (rnrs))
2
+
3
+(define hello-world
4
+ "Hello, World!")
5
0 commit comments