aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello-world
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-04-10 17:48:53 -0400
committerGravatar Peter McGoron 2025-04-10 17:48:53 -0400
commitee051aa84a57db3a6b2d19bc685c491d876e02b9 (patch)
treea906943c05e4759674919500c9f10d383596c281 /examples/hello-world
parentchibi libraries (diff)
add r7rs-pffi example
Diffstat (limited to '')
-rw-r--r--examples/hello-world.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/hello-world.scm b/examples/hello-world.scm
index 19790d7..29ca55f 100644
--- a/examples/hello-world.scm
+++ b/examples/hello-world.scm
@@ -30,12 +30,3 @@
(build-system chibi-scheme-build-system)
(inputs (list chibi-scheme-with-path)))
-#;(pure-chibi-scheme-library (chibi/search-path)
- "hello-world"
- "1.0"
- "Prints hello world"
- "Prints hello world"
- asl2.0
- "https://example.com"
- "hello-world")
-