Skip to content

Instantly share code, notes, and snippets.

@brentvatne
Created March 13, 2019 17:05
Show Gist options
  • Select an option

  • Save brentvatne/e42b3d5be1b02a7d85802f643dff3199 to your computer and use it in GitHub Desktop.

Select an option

Save brentvatne/e42b3d5be1b02a7d85802f643dff3199 to your computer and use it in GitHub Desktop.

πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹

@devsart95
Copy link

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