diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.zpy')
-rw-r--r-- | comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.zpy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.zpy b/comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.zpy new file mode 100644 index 0000000..9e3553b --- /dev/null +++ b/comp/lucas-standen-NEA/code2/examples/helloworldadv/helloworld.zpy @@ -0,0 +1,3 @@ +(defun helloworld void) + (printstr "hello world\n") +(endfun) |