mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
7 lines
64 B
C++
7 lines
64 B
C++
#include <sys/cdefs.h>
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 1;
|
|
}
|