diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-19 20:02:29 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-19 20:02:29 +0400 |
commit | 999d26eb5b7fcd96feadde6ca9ee9900ac8179af (patch) | |
tree | 0b9545e4a97906a1350f6934b8f08682199f2019 /examples/hello_world.ash | |
parent | 8d0fc4dd5f70bc829f4f73b70246c02bc3f8168c (diff) |
program name changed to `marp`
Diffstat (limited to 'examples/hello_world.ash')
-rw-r--r-- | examples/hello_world.ash | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/hello_world.ash b/examples/hello_world.ash deleted file mode 100644 index a1c1d48..0000000 --- a/examples/hello_world.ash +++ /dev/null @@ -1,5 +0,0 @@ -# Prints out "Hello, World!" - -include "../lib/std.ash" - -"Hello, World!" write |