diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-15 05:15:34 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-15 05:15:34 +0000 |
| commit | ac7e873595c93a996090632cfbdf2f47d5a4e2c4 (patch) | |
| tree | 4501b4c90468f0a8053bf654932a36386738a234 /app/test.moon | |
| parent | tape test (diff) | |
| download | mmm-ac7e873595c93a996090632cfbdf2f47d5a4e2c4.tar.gz mmm-ac7e873595c93a996090632cfbdf2f47d5a4e2c4.zip | |
more tape
Diffstat (limited to 'app/test.moon')
| -rw-r--r-- | app/test.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/test.moon b/app/test.moon new file mode 100644 index 0000000..799ec03 --- /dev/null +++ b/app/test.moon @@ -0,0 +1,4 @@ +y = { :print } +-> + test with y + print |
