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

6 lines
53 B
Plaintext

section
section
section
print Hello World!;
stop run