cobol-interpreter-lab/samples/outputs/hello-world_print.txt

6 lines
53 B
Plaintext

section
section
section
print Hello World!;
stop run