Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
6e5c0ce4bfd10fec2b3535664c9321be62e074e2
/
.
/
examples
/
cobol
/
default.cob
blob: 99c6e06a6f29f6c43553dbb0f5e1d86c6b85ea4d [
file
] [
log
] [
blame
] [
raw
]
identification division
.
program
-
id
.
hello
.
procedure division
.
display
"Hello World!"
.
stop run
.