From 60d90b25631471e8193b3069c6a520ccf7c82008 Mon Sep 17 00:00:00 2001 From: Andrei Dinu Date: Mon, 17 Jun 2013 17:24:38 +0300 Subject: meta-security : initial commit Signed-off-by: Andrei Dinu --- recipes-example/example/example-0.1/helloworld.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-example/example/example-0.1/helloworld.c (limited to 'recipes-example/example/example-0.1/helloworld.c') diff --git a/recipes-example/example/example-0.1/helloworld.c b/recipes-example/example/example-0.1/helloworld.c new file mode 100644 index 0000000..71f2e46 --- /dev/null +++ b/recipes-example/example/example-0.1/helloworld.c @@ -0,0 +1,8 @@ +#include + +int main(int argc, char **argv) +{ + printf("Hello World!\n"); + + return 0; +} -- cgit v1.2.3-54-g00ecf