Skip to content

Instantly share code, notes, and snippets.

@pdemby
Last active August 29, 2015 14:02
Show Gist options
  • Save pdemby/59ad7e10cf251f702198 to your computer and use it in GitHub Desktop.
Save pdemby/59ad7e10cf251f702198 to your computer and use it in GitHub Desktop.
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO_WORLD.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
PROCEDURE DIVISION.
010-DISPLAY.
DISPLAY "Hello World".
STOP RUN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment