mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
33bfaf7ecd
test criteria: - test build on macOS - test build in debian docker container - test build in fedora docker container
6 lines
98 B
C++
6 lines
98 B
C++
|
|
int
|
|
main(__attribute__((unused)) int argc, __attribute__((unused)) char* argv[])
|
|
{
|
|
return 0;
|
|
}
|