lokinet/client/main.cpp

7 lines
98 B
C++

int
main(__attribute__((unused)) int argc, __attribute__((unused)) char* argv[])
{
return 0;
}