/* $Id: perftest.cc 1110 2007-04-17 00:12:04Z rvernica $ Copyright (C) 2007 by The Regents of the University of California The implementation of the PartEnum algorithm invented by Microsoft researchers is limited to non commercial use, which would be covered under the royalty free covenant that Microsoft made public. Date: 02/01/2007 Author: Rares Vernica */ #include using namespace std; int main() { cout << "exps..." << endl; cout << "OK" << endl; }