mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-04 23:30:59 +00:00
5 lines
56 B
C++
5 lines
56 B
C++
|
|
int main(int argc, char** argv)
|
||
|
|
{
|
||
|
|
argv = nullptr;
|
||
|
|
}
|