diff options
Diffstat (limited to '2/test/main.c')
-rw-r--r-- | 2/test/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2/test/main.c b/2/test/main.c new file mode 100644 index 0000000..04ce434 --- /dev/null +++ b/2/test/main.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main() { + printf("Hello world!\n"); + return 0; +} |