aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello-world/hello-world.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-08-08 10:42:27 -0400
committerGravatar Peter McGoron 2025-08-08 10:42:27 -0400
commit44433f42f14eb0c86b87555710c3d950dd300099 (patch)
tree6bacee719592db24f6e86ec2818ab06bd01429db /examples/hello-world/hello-world.scm
parentupdate README.md (diff)
rationalize packages, add foment
Diffstat (limited to 'examples/hello-world/hello-world.scm')
-rw-r--r--examples/hello-world/hello-world.scm6
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