mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 02:48:11 +00:00
7 lines
92 B
C++
7 lines
92 B
C++
#include <stdio.h>
|
|
|
|
int main(int, char**)
|
|
{
|
|
printf("Hello friends!\n");
|
|
return 0;
|
|
}
|