summaryrefslogtreecommitdiff
path: root/ape/boot/hello.zc
diff options
context:
space:
mode:
Diffstat (limited to 'ape/boot/hello.zc')
-rw-r--r--ape/boot/hello.zc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ape/boot/hello.zc b/ape/boot/hello.zc
new file mode 100644
index 0000000..8d14292
--- /dev/null
+++ b/ape/boot/hello.zc
@@ -0,0 +1,4 @@
+
+fn main() {
+ "Hello from Zen-C!";
+}