diff options
Diffstat (limited to 'Base/home/anon/little/main.cpp')
-rw-r--r-- | Base/home/anon/little/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Base/home/anon/little/main.cpp b/Base/home/anon/little/main.cpp new file mode 100644 index 0000000000..26858540bd --- /dev/null +++ b/Base/home/anon/little/main.cpp @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main(int, char**) +{ + printf("Hello friends!\n"); + return 0; +} |