Skip to content

Commit

Permalink
Base: Make the "little" test program compilable again
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Apr 3, 2021
1 parent 8abbb7e commit f1ea092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/home/anon/Source/little/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main(int, char**)
Container container;
for (int i = 0; i < 3; ++i) {
// This is a comment :^)
func();
MyNamespace::func();
printf("Hello friends!\n");
mkdir("/tmp/xyz", 0755);
}
Expand Down

0 comments on commit f1ea092

Please sign in to comment.