All of us programmers know we have to keep style in the code somehow, so my question is what did you do to the code, that you didn't really have to do, but you did cause it was just plain cool. I'll start off. Our mentor asked us to have version numbers for our program files, so when we modified the code we saved it as the next version number. Well, there's nothing fun about 1,2,3 ... so I added some style

Basically, the version number approached pi, so the closer an aproximation each file was to pi, the newer the code was. I was also gonna make the code rhyme, but that didn't last long
Stephen