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