diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/res/test.c b/res/test.c deleted file mode 100644 index ead84da..0000000 --- a/res/test.c +++ /dev/null @@ -1,5 +0,0 @@ -int main() -{ - printf("Hello, world!\n"); - return 0; -} |