summaryrefslogtreecommitdiff
path: root/rushs/tinyprintf/hello_world
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/tinyprintf/hello_world')
-rw-r--r--rushs/tinyprintf/hello_world/hello.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/rushs/tinyprintf/hello_world/hello.c b/rushs/tinyprintf/hello_world/hello.c
deleted file mode 100644
index 0681c18..0000000
--- a/rushs/tinyprintf/hello_world/hello.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(void)
-{
- puts("Hello World!");
- return 0;
-}