mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
6 lines
64 B
C++
6 lines
64 B
C++
#include <sys/cdefs.h>
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|