From 733a7c6d93793f14f490b50c8b1f3af1ecfb5dff Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 22 Aug 2024 19:21:01 +0200 Subject: [PATCH] a learn scheme in fixum days --- fixum/hello.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fixum/hello.scm diff --git a/fixum/hello.scm b/fixum/hello.scm new file mode 100644 index 0000000..0b4fa1a --- /dev/null +++ b/fixum/hello.scm @@ -0,0 +1,6 @@ +; The first program + + +(begin + (display "Hello, World!") + (newline))