/* * main.cc * * Created on: Aug 1, 2014 * Author: avi */ #include "reactor.hh" int main(int ac, char** av) { reactor r; r.run(); return 0; }