Categories
TechBiz

What’s the Oldest Program You Have That You Wrote?

The oldest piece of code I have that I wrote is a text-based poker program.

Here’s a screenshot:

Picture of a text-based poker game

I wrote it for my first college computer programming class in 1995.

To use the code on a unix machine:
tar zxvf Poker-1.0.tar.gz
cd poker-1.0
make
./poker

What’s the oldest program you have that you wrote?