a learn scheme in fixum days
This commit is contained in:
parent
50a0eda4a8
commit
733a7c6d93
6
fixum/hello.scm
Normal file
6
fixum/hello.scm
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
; The first program
|
||||||
|
|
||||||
|
|
||||||
|
(begin
|
||||||
|
(display "Hello, World!")
|
||||||
|
(newline))
|
Loading…
Reference in a new issue