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