devmingle
Home
Categories
Popular Codes
Articles
/
Cobol
/
Cobol hello world
Cobol hello world
Cobol hello world
$ vim helloworld IDENTIFICATION DIVISION. PROGRAM-ID. HELLO-WORLD. * simple hello world program PROCEDURE DIVISION. DISPLAY 'Hello world!'. STOP RUN.
0
Source:
thegeekstuff.com
Share
Similar codes
0 vote
203 views
1 answer
Python pygments install
Cobol
0 vote
195 views
1 answer
Hello world in cobol
Cobol
0 vote
202 views
1 answer
Smooth scrolling to div java script
Cobol
0 vote
198 views
1 answer
How to test crontab job
Cobol
0 vote
203 views
1 answer
Cobol reverse a string
Cobol
0 vote
196 views
2 answers
Gatsby with yarn
Cobol
0 vote
208 views
1 answer
AlertDialog with textfield validator flutter
Cobol
0 vote
214 views
1 answer
Google apps script remove nulls array
Cobol
Share