Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created April 10, 2013 10:45
Show Gist options
  • Save rummelonp/5353591 to your computer and use it in GitHub Desktop.
Save rummelonp/5353591 to your computer and use it in GitHub Desktop.
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLOCOBOL.
AUTHOR. KAZUYA TAKESHIMA.
PROCEDURE DIVISION.
DISPLAY "Hello, COBOL!"
STOP RUN.
@rummelonp
Copy link
Author

$ cobc -x hellocobol.cob
$ ./hellocobol
Hello, COBOL!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment