diff options
| author | 2025-08-08 10:42:27 -0400 | |
|---|---|---|
| committer | 2025-08-08 10:42:27 -0400 | |
| commit | 44433f42f14eb0c86b87555710c3d950dd300099 (patch) | |
| tree | 6bacee719592db24f6e86ec2818ab06bd01429db /examples/hello-world/hello-world.scm | |
| parent | update README.md (diff) | |
rationalize packages, add foment
Diffstat (limited to 'examples/hello-world/hello-world.scm')
| -rw-r--r-- | examples/hello-world/hello-world.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/hello-world/hello-world.scm b/examples/hello-world/hello-world.scm deleted file mode 100644 index 234a593..0000000 --- a/examples/hello-world/hello-world.scm +++ /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 |
