a learn scheme in fixum days

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-22 19:21:01 +02:00
parent 50a0eda4a8
commit 733a7c6d93

6
fixum/hello.scm Normal file
View file

@ -0,0 +1,6 @@
; The first program
(begin
(display "Hello, World!")
(newline))