diff options
author | Li Jin <dragon-fly@qq.com> | 2021-02-17 21:39:23 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-02-17 21:39:23 +0800 |
commit | cca77d89903fc3a28f8500d5621dc9ca7697ae1d (patch) | |
tree | 5232aae4317c327c8d12c3fb8ad8654197fa9dc5 /tup/t/extra.yue | |
parent | f19ba3e5ba71adf8092252bac21381ba75870792 (diff) | |
download | yuescript-cca77d89903fc3a28f8500d5621dc9ca7697ae1d.tar.gz yuescript-cca77d89903fc3a28f8500d5621dc9ca7697ae1d.tar.bz2 yuescript-cca77d89903fc3a28f8500d5621dc9ca7697ae1d.zip |
fix tup example.
Diffstat (limited to 'tup/t/extra.yue')
-rw-r--r-- | tup/t/extra.yue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tup/t/extra.yue b/tup/t/extra.yue new file mode 100644 index 0000000..072de69 --- /dev/null +++ b/tup/t/extra.yue | |||
@@ -0,0 +1 @@ | |||
export default () -> "Hello from extra" | |||