diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-07 02:24:19 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-07 02:24:19 +0400 |
commit | 180b6ab7c204ddf3a8aa2b9b022085e6a96ff99a (patch) | |
tree | afb0144af0ba75d516e100d1fc6fa0c309620c0e /examples/hello_world.gorth | |
parent | c9090da5bd98c418f71f9110c6c3d82f2f7d37ee (diff) |
program name changed to 'ash'
Diffstat (limited to 'examples/hello_world.gorth')
-rw-r--r-- | examples/hello_world.gorth | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/hello_world.gorth b/examples/hello_world.gorth deleted file mode 100644 index 1df3bf4..0000000 --- a/examples/hello_world.gorth +++ /dev/null @@ -1,5 +0,0 @@ -# Prints out "Hello, World!" - -include "../lib/stdlib.gorth" - -"Hello, World!" write |