* Create Occam.occam

* Update readme.md

* Rename Occam.occam to occam.occam

* Update readme.md
This commit is contained in:
calgary34
2022-01-20 16:30:01 -07:00
committed by GitHub
parent f1f93bb8ae
commit 8f0a7a236a
2 changed files with 7 additions and 1 deletions

5
o/occam.occam Normal file
View File

@@ -0,0 +1,5 @@
PROGRAM Hello
#USE ioconv
SEQ
write.full.string(screen,"Hello World")