mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Base: Port cpp-basic template application to LibMain :^)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include <AK/Format.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibMain/Main.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
ErrorOr<int> serenity_main(Main::Arguments)
|
||||
{
|
||||
outln("Hello friends!");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user