mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
33bfaf7ecd
test criteria: - test build on macOS - test build in debian docker container - test build in fedora docker container
7 lines
98 B
C++
7 lines
98 B
C++
|
|
int
|
|
main(__attribute__((unused)) int argc, __attribute__((unused)) char* argv[])
|
|
{
|
|
return 0;
|
|
}
|