Intial commit of source code samples for GitHub repo.

This commit is contained in:
Ed Braaten 2015-04-21 14:02:59 -07:00 committed by Ed Braaten
parent 5793080047
commit 9462407ba8
14 changed files with 397 additions and 1 deletions

5
COBOL/Makefile Normal file
View file

@ -0,0 +1,5 @@
COBCFLAGS=-free -x
hello: hello.cob
cobc ${COBCFLAGS} -o hello hello.cob