mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
true: Port to LibMain
This commit is contained in:
parent
544609b40f
commit
7403342387
2 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <LibMain/Main.h>
|
||||
|
||||
int main(int, char**)
|
||||
ErrorOr<int> serenity_main(Main::Arguments)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue