1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 23:32:18 +00:00

HackStudio: Show the currently open file in bold (in the project list)

Also import a little default C++ project called "little" :^)
This commit is contained in:
Andreas Kling 2019-10-22 21:38:58 +02:00
parent 31b5047894
commit a6b153abf1
4 changed files with 33 additions and 2 deletions

View file

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