summaryrefslogtreecommitdiffstats
path: root/zpu/roadshow/roadshow/codesize/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'zpu/roadshow/roadshow/codesize/hello.c')
-rw-r--r--zpu/roadshow/roadshow/codesize/hello.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/zpu/roadshow/roadshow/codesize/hello.c b/zpu/roadshow/roadshow/codesize/hello.c
new file mode 100644
index 0000000..176275c
--- /dev/null
+++ b/zpu/roadshow/roadshow/codesize/hello.c
@@ -0,0 +1,9 @@
+/* Simple hello world */
+#include <stdio.h>
+
+
+int main(int argc, char **argv)
+{
+ puts("Hello world\n");
+}
+
OpenPOWER on IntegriCloud