diff options
| author | 2025-08-11 07:47:14 -0400 | |
|---|---|---|
| committer | 2025-08-11 07:47:14 -0400 | |
| commit | c57fab3dbf2953ae02b968dfd20bb7c2fe221ca6 (patch) | |
| tree | 05aa9edd56b94980c1e9690f0460203eb0d52a7d /examples-src/hello-world | |
| parent | sagittarius (diff) | |
gauche
Diffstat (limited to 'examples-src/hello-world')
| -rw-r--r-- | examples-src/hello-world/hello-world.sld | 6 |
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 |
