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