The oldest piece of code I have that I wrote is a text-based poker program.
Here’s a screenshot:
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?