From 6a225d755a50881993db4f0f44f76d5a7a113040 Mon Sep 17 00:00:00 2001 From: frese Date: Tue, 4 Dec 2001 10:24:59 +0000 Subject: [PATCH] - basic "Hello World" example. --- scheme/examples/hello.scm | 60 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 scheme/examples/hello.scm diff --git a/scheme/examples/hello.scm b/scheme/examples/hello.scm new file mode 100755 index 0000000..1ccd8d5 --- /dev/null +++ b/scheme/examples/hello.scm @@ -0,0 +1,60 @@ +#!/bin/sh + +../../scxvm <