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 | |
parent | 8d0fc4dd5f70bc829f4f73b70246c02bc3f8168c (diff) |
program name changed to `marp`
Diffstat (limited to 'examples')
-rw-r--r-- | examples/const.marp (renamed from examples/const.ash) | 0 | ||||
-rw-r--r-- | examples/fib.marp (renamed from examples/fib.ash) | 0 | ||||
-rw-r--r-- | examples/hello_world.marp (renamed from examples/hello_world.ash) | 2 | ||||
-rw-r--r-- | examples/seq10.marp (renamed from examples/seq10.ash) | 0 | ||||
-rw-r--r-- | examples/words.marp (renamed from examples/words.ash) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/examples/const.ash b/examples/const.marp index 421f7f5..421f7f5 100644 --- a/examples/const.ash +++ b/examples/const.marp diff --git a/examples/fib.ash b/examples/fib.marp index c29476d..c29476d 100644 --- a/examples/fib.ash +++ b/examples/fib.marp diff --git a/examples/hello_world.ash b/examples/hello_world.marp index a1c1d48..bdc5fb6 100644 --- a/examples/hello_world.ash +++ b/examples/hello_world.marp @@ -1,5 +1,5 @@ # Prints out "Hello, World!" -include "../lib/std.ash" +include "../lib/std.marp" "Hello, World!" write diff --git a/examples/seq10.ash b/examples/seq10.marp index e73743e..e73743e 100644 --- a/examples/seq10.ash +++ b/examples/seq10.marp diff --git a/examples/words.ash b/examples/words.marp index c0e1461..c0e1461 100644 --- a/examples/words.ash +++ b/examples/words.marp |