summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.c')
-rw-r--r--comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.c b/comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.c
new file mode 100644
index 0000000..f1e746f
--- /dev/null
+++ b/comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.c
@@ -0,0 +1,4 @@
+#include <zpylib.h>
+void helloworld(){
+printstr("hello world\n");
+}