mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-11 06:27:56 -05:00
12 lines
123 B
C++
12 lines
123 B
C++
/*
|
|
* yao-player.cpp
|
|
*
|
|
*/
|
|
|
|
#include "Yao/YaoPlayer.h"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
YaoPlayer(argc, argv);
|
|
}
|