diff --git a/src/examples/guile/hello_world/hello_world.scm b/src/examples/guile/hello_world/hello_world.scm new file mode 100755 index 0000000..46a26b7 --- /dev/null +++ b/src/examples/guile/hello_world/hello_world.scm @@ -0,0 +1,3 @@ +#!/usr/bin/env guile +!# +(display (+ 3 7))