diff options
Diffstat (limited to 'test/src/test.c')
-rw-r--r-- | test/src/test.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/src/test.c b/test/src/test.c new file mode 100644 index 0000000..a661689 --- /dev/null +++ b/test/src/test.c @@ -0,0 +1,7 @@ +#include <stdio.h> +#include <stdlib.h> + +int main(void) { + printf("Arch is the best!\n"); + return EXIT_SUCCESS; +} |