diff options
Diffstat (limited to 'ape/boot/hello.zc')
| -rw-r--r-- | ape/boot/hello.zc | 4 |
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!"; +} |
