clairempr / when_your_only_tool_is_cobol

When your only tool is COBOL, that's what you use to generate html.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When your only tool is COBOL

Uses GnuCOBOL

https://gnucobol.sourceforge.io/

Install GnuCOBOL

(on Linux anyway)

sudo apt install gnucobol

To compile

cobc -x hammer.cob

To run

./hammer
Output will be in hammer.html

Hammer page

About

When your only tool is COBOL, that's what you use to generate html.

License:Apache License 2.0


Languages

Language:COBOL 100.0%