Below is the file 'fritz_server.cc' from this revision. You can also download the file.
#include <iostream> #include "fritz.hh" int main (int argc, char *argv[]) { FritzServer f; f.run (); }