index
:
simula.git
main
Repo for code written in Simula, the original OOP language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello.sim
blob: 3981f1ed1594bb76f5fa760c9fcbc354ff18afc8 (
plain
)
1
2
3
4
BEGIN OutText("Hello, World!"); OutImage; END