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