From 20f72889196101d7a6629e2b5a80f58eeb4c5068 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sun, 18 Aug 2024 12:29:43 +0200 Subject: [PATCH] hello world scheme :-) --- yast/hello.scm | 1 + 1 file changed, 1 insertion(+) create mode 100644 yast/hello.scm diff --git a/yast/hello.scm b/yast/hello.scm new file mode 100644 index 0000000..4c0841a --- /dev/null +++ b/yast/hello.scm @@ -0,0 +1 @@ +(display "Hello World!")