Skip to content

Instantly share code, notes, and snippets.

@fukayatsu
Created January 2, 2014 14:25
Show Gist options
  • Save fukayatsu/8219859 to your computer and use it in GitHub Desktop.
Save fukayatsu/8219859 to your computer and use it in GitHub Desktop.
IDENTIFICATION DIVISION.
PROGRAM-ID. DSP001.
PROCEDURE DIVISION.
DISPLAY "Hello World"
STOP RUN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment