hello world scheme

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-18 18:02:12 +02:00
parent 20f7288919
commit df997591b6
2 changed files with 2 additions and 1 deletions

BIN
how_to_design_programs/test Executable file

Binary file not shown.

View file

@ -1,2 +1,3 @@
#lang scheme
;; A prgram to test scheme language features
(display "Hello Word!")