stackofcodes
Home
Categories
Popular Codes
Articles
/
Cobol
/
Hello world in cobol
Hello world in cobol
Hello world in cobol
$ 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
252 views
2 answers
Gatsby with yarn
Cobol
0 vote
270 views
1 answer
Python pygments install
Cobol
0 vote
262 views
1 answer
Google apps script remove nulls array
Cobol
0 vote
277 views
1 answer
How to test crontab job
Cobol
0 vote
271 views
1 answer
Cobol hello world
Cobol
0 vote
290 views
1 answer
Smooth scrolling to div java script
Cobol
0 vote
265 views
1 answer
Cobol reverse a string
Cobol
0 vote
263 views
1 answer
AlertDialog with textfield validator flutter
Cobol
Share