
Rarity
April 19th, 2008As I was working on my distributed agreement protocol project for my advanced operating systems class I wanted to see how many lines of code I had written so far. As fate may have it, it was exactly 1000 at that instant.
{net33} wc -l ./*.cpp
143 ./client.cpp
284 ./server.cpp
339 ./TVPLib.cpp
234 ./TVPMessage.cpp
1000 total
