main


  
  int main() {
  session* s = new application();
  s->run();
  delete s;
  //session::statistics();
  return 0;
  };

slide: main