From 180b6ab7c204ddf3a8aa2b9b022085e6a96ff99a Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 7 Jan 2025 02:24:19 +0400 Subject: program name changed to 'ash' --- examples/hello_world.ash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/hello_world.ash (limited to 'examples/hello_world.ash') 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 -- cgit v1.2.3