*****************************IDENTIFICATION DIVISION.PROGRAM-ID. HELLO.ENVIRONMENT DIVISION.DATA DIVISION.PROCEDURE DIVISION.MAIN SECTION.DISPLAY "Hello World!"STOP RUN.****************************
Standard input is empty
prog.cob:1: Warning: Invalid indicator 'F' at column 7 prog.cob:9: Warning: File not terminated by a newline prog.cob:2: Error: syntax error, unexpected WORD, expecting PROGRAM_ID
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!