Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web


// =====================================
//  Turing Machine (C++ Implementation)
//    Alex Vinokur
//    http://up.to/alexvn
// =====================================

// ===============
// File main.cpp
// ===============



// ###############
#include "run.h"

int main (uint argc, char** argv)
{
  Run::run (argc, argv);
  return 0;
}