mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-16 08:02:52 +00:00
7 lines
103 B
C++
7 lines
103 B
C++
#include <AK/Format.h>
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
outln("Hello friends!");
|
|
return 0;
|
|
}
|