diff options
Diffstat (limited to 'examples/words.marp')
-rw-r--r-- | examples/words.marp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/words.marp b/examples/words.marp new file mode 100644 index 0000000..c0e1461 --- /dev/null +++ b/examples/words.marp @@ -0,0 +1,7 @@ +# Prints out one + +define printOutOne + 1 dump +end + +printOutOne |