Skip to content

Instantly share code, notes, and snippets.

@cx20
Created June 9, 2012 19:09
Show Gist options
  • Select an option

  • Save cx20/2902210 to your computer and use it in GitHub Desktop.

Select an option

Save cx20/2902210 to your computer and use it in GitHub Desktop.
Hello, COBOL World!
IDENTIFICATION DIVISION.
PROGRAM-ID. hello.
PROCEDURE DIVISION.
DISPLAY "Hello, COBOL World!".
STOP RUN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment