mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
little: Make this build by default, and add some curlies
This commit is contained in:
parent
0e9e70ca4f
commit
7b3f1218be
1 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
int main(int, char**)
|
int main(int, char**)
|
||||||
{
|
{
|
||||||
// This is a comment :^)
|
for (int i = 0; i < 3; ++i) {
|
||||||
printf("Hello friends!\n");
|
// This is a comment :^)
|
||||||
mkdir("/tmp/xyz", 0755);
|
printf("Hello friends!\n");
|
||||||
|
mkdir("/tmp/xyz", 0755);
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue