hello world scheme
This commit is contained in:
parent
20f7288919
commit
df997591b6
2 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue