+ 1
How to write hello world in cobol programming language?
Mod Edit: rephrased post for clarity
3 Réponses
+ 2
I learnt COBOL in 1990.
Here is a hello world program,
PROCEDURE DIVISION.
DISPLAY 'Hello world!'.
STOP RUN.
0
Okk ...COBOL language.
I want to start learning Only