summaryrefslogtreecommitdiff
path: root/examples/hello_world.ash
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world.ash')
-rw-r--r--examples/hello_world.ash5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/hello_world.ash b/examples/hello_world.ash
new file mode 100644
index 0000000..a1c1d48
--- /dev/null
+++ b/examples/hello_world.ash
@@ -0,0 +1,5 @@
+# Prints out "Hello, World!"
+
+include "../lib/std.ash"
+
+"Hello, World!" write