mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 16:44:58 +00:00
6 lines
64 B
C++
6 lines
64 B
C++
#include <sys/cdefs.h>
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 1;
|
|
}
|