hello world scheme
This commit is contained in:
parent
20f7288919
commit
df997591b6
BIN
how_to_design_programs/test
Executable file
BIN
how_to_design_programs/test
Executable file
Binary file not shown.
|
@ -1,2 +1,3 @@
|
|||
#lang scheme
|
||||
;; A prgram to test scheme language features
|
||||
|
||||
(display "Hello Word!")
|
||||
|
|
Loading…
Reference in a new issue