about summary refs log tree commit diff
path: root/make/examples/trivial/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'make/examples/trivial/hello.c')
-rw-r--r--make/examples/trivial/hello.c7
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;
-}