1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/client/main.cpp

7 lines
98 B
C++
Raw Normal View History

2018-06-23 02:00:44 +02:00
int
main(__attribute__((unused)) int argc, __attribute__((unused)) char* argv[])
2018-06-23 02:00:44 +02:00
{
2018-10-09 14:06:30 +02:00
return 0;
}