This is a repository that contains the solution for the PDP-33 competition, coded by Christolis.
To run this program just execute the following:
$ gcc -std=c99 -O2 -DCONTEST -s -static -lm main.c
$ ./a.out
It should be done in under a second. A file called bankacc.out
should be generated after execution.