Skip to content

Instantly share code, notes, and snippets.

@retokromer
Last active December 26, 2015 13:59
Show Gist options
  • Save retokromer/ff36a5dfe053da1dedd3 to your computer and use it in GitHub Desktop.
Save retokromer/ff36a5dfe053da1dedd3 to your computer and use it in GitHub Desktop.
«Hello, Mars!» in COBOL
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLOMARS.
PROCEDURE DIVISION.
DISPLAY 'HELLO, MARS!'.
STOP RUN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment