aboutsummaryrefslogtreecommitdiffstats
path: root/examples-src/hello-world
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-08-11 07:47:14 -0400
committerGravatar Peter McGoron 2025-08-11 07:47:14 -0400
commitc57fab3dbf2953ae02b968dfd20bb7c2fe221ca6 (patch)
tree05aa9edd56b94980c1e9690f0460203eb0d52a7d /examples-src/hello-world
parentsagittarius (diff)
gauche
Diffstat (limited to 'examples-src/hello-world')
-rw-r--r--examples-src/hello-world/hello-world.sld6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples-src/hello-world/hello-world.sld b/examples-src/hello-world/hello-world.sld
deleted file mode 100644
index 234a593..0000000
--- a/examples-src/hello-world/hello-world.sld
+++ /dev/null
@@ -1,6 +0,0 @@
-(define-library (hello-world)
- (import (scheme base) (scheme write))
- (export hello-world)
- (begin
- (define (hello-world)
- (display "hello, world\n")))) \ No newline at end of file