diff options
Diffstat (limited to 'yocto-poky/documentation/ref-manual/examples/hello-single/files/helloworld.c')
-rw-r--r-- | yocto-poky/documentation/ref-manual/examples/hello-single/files/helloworld.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/yocto-poky/documentation/ref-manual/examples/hello-single/files/helloworld.c b/yocto-poky/documentation/ref-manual/examples/hello-single/files/helloworld.c deleted file mode 100644 index fc7169b7b..000000000 --- a/yocto-poky/documentation/ref-manual/examples/hello-single/files/helloworld.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdio.h> - -int main(void) -{ - printf("Hello world!\n"); - - return 0; -} |