paxos/src/main.cc

6 lines
70 B
C++
Raw Normal View History

2020-05-05 11:11:48 +00:00
int main(int argc, char **argv)
{
argv = argv;
return argc;
}