1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 02:48:11 +00:00
serenity/Base/home/anon/little/main.cpp
Andreas Kling a6b153abf1 HackStudio: Show the currently open file in bold (in the project list)
Also import a little default C++ project called "little" :^)
2019-10-22 21:38:58 +02:00

7 lines
92 B
C++

#include <stdio.h>
int main(int, char**)
{
printf("Hello friends!\n");
return 0;
}