mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
12 lines
128 B
C++
12 lines
128 B
C++
/*
|
|
* OText_main.cpp
|
|
*
|
|
*/
|
|
|
|
#include "OTMachine.h"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
OTMachine(argc, argv).run();
|
|
}
|