You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/client/main.cpp

7 lines
98 B
C++

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