mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
8 lines
103 B
C++
8 lines
103 B
C++
#include <AK/Format.h>
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
outln("Hello friends!");
|
|
return 0;
|
|
}
|