Risty3 commited on
Commit
86e981a
·
verified ·
1 Parent(s): 0307592

Upload sample.cob

Browse files
Files changed (1) hide show
  1. sample.cob +5 -0
sample.cob ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ IDENTIFICATION DIVISION.
2
+ PROGRAM-ID. HELLO.
3
+ PROCEDURE DIVISION.
4
+ DISPLAY "HELLO WORLD".
5
+ STOP RUN.