Jersey boys don't write "hello, world!"
A proof of concept in COBOL.
Thanks to Matt Aimonetti for reminding me how easy programming is.
You'll need gnu-cobol to compile from source.
On MacOS with Homebrew, you can do the following:
brew install gnu-cobol
On Ubuntu Linux, assuming you have build-essential already installed, it's:
sudo apt-get install gnucobol
For your convenience, there is a Makefile
.
Just make
at the command line.
The runnable binary will appear in bin/
.
bin/yo_new_jersey