diff options
Diffstat (limited to 'tinyc/examples/ex5.c')
-rwxr-xr-x | tinyc/examples/ex5.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tinyc/examples/ex5.c b/tinyc/examples/ex5.c deleted file mode 100755 index 156425e39..000000000 --- a/tinyc/examples/ex5.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdlib.h> -#include <stdio.h> - -int main() -{ - printf("Hello World\n"); - return 0; -} |