diff options
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 |
