Skip to content

Instantly share code, notes, and snippets.

@JeremyMorgan
Created October 15, 2014 19:23
Show Gist options
  • Save JeremyMorgan/baa5445dbf789d60caf2 to your computer and use it in GitHub Desktop.
Save JeremyMorgan/baa5445dbf789d60caf2 to your computer and use it in GitHub Desktop.
Hello world cobol
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
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