scheme/how_to_design_programs/test.scm

4 lines
70 B
Scheme
Raw Normal View History

2024-08-18 18:02:12 +02:00
;; A prgram to test scheme language features
2024-08-18 12:20:12 +02:00
2024-08-18 18:02:12 +02:00
(display "Hello Word!")