Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
"Hello Word" in COBOL
Browse files Browse the repository at this point in the history
Hello Hacktoberfest!
  • Loading branch information
baiana authored Oct 1, 2017
1 parent 9b9b0f0 commit 968b300
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HelloWordInCOBOL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
MAIN SECTION.
DISPLAY "Hello World!"
STOP RUN.

0 comments on commit 968b300

Please sign in to comment.