Skip to content

Commit

Permalink
feat: Add Some languages (Aiden01#1) - COBOL
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela Barrozo Guedes <[email protected]>
  • Loading branch information
gabibguedes committed Oct 8, 2018
1 parent a4d4b03 commit 42cdd4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hello-world.cob
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
IDENTIFICATION DIVISION.
PROGRAM-ID. hello-word.
PROCEDURE DIVISION.
DISPLAY "Hello Word!! :)".
STOP RUN.

0 comments on commit 42cdd4b

Please sign in to comment.