6
c/COBOL.cbl
Normal file
6
c/COBOL.cbl
Normal file
@@ -0,0 +1,6 @@
|
||||
identification division.
|
||||
program-id. cobol.
|
||||
procedure division.
|
||||
main.
|
||||
display 'Hello World.' end-display.
|
||||
stop run.
|
||||
Reference in New Issue
Block a user