diff options
Diffstat (limited to 'make/examples/trivial/hello.c')
-rw-r--r-- | make/examples/trivial/hello.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/make/examples/trivial/hello.c b/make/examples/trivial/hello.c deleted file mode 100644 index 237ad8ffe76f..000000000000 --- a/make/examples/trivial/hello.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> - -int main(int argc, char * * argv) -{ - printf("Hello World\n"); - return 0; -} |