mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
Base: Make the "little" test program compilable again
This commit is contained in:
parent
8abbb7e090
commit
f1ea092d8f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ int main(int, char**)
|
||||||
Container container;
|
Container container;
|
||||||
for (int i = 0; i < 3; ++i) {
|
for (int i = 0; i < 3; ++i) {
|
||||||
// This is a comment :^)
|
// This is a comment :^)
|
||||||
func();
|
MyNamespace::func();
|
||||||
printf("Hello friends!\n");
|
printf("Hello friends!\n");
|
||||||
mkdir("/tmp/xyz", 0755);
|
mkdir("/tmp/xyz", 0755);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue