about summary refs log tree commit diff stats
path: root/qjs/README
diff options
context:
space:
mode:
authoreli-oat <hi@eli.li>2022-10-02 15:35:05 -0400
committereli-oat <hi@eli.li>2022-10-02 15:35:05 -0400
commit4d8e1a29b7eb58e2ee6de2289a67397594873adb (patch)
tree2a2aba8f01712b3b7b159afef62140a0dcb15846 /qjs/README
parentab5d5539591634d30fbd0f7e9a498f44703c9036 (diff)
downloadtour-4d8e1a29b7eb58e2ee6de2289a67397594873adb.tar.gz
*
Diffstat (limited to 'qjs/README')
-rw-r--r--qjs/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/qjs/README b/qjs/README
new file mode 100644
index 0000000..e75930a
--- /dev/null
+++ b/qjs/README
@@ -0,0 +1,13 @@
+# quickjs
+
+Run, 
+
+```
+qjs fact.js
+```
+
+Or compile, 
+
+```
+qjsc -o fact fact.js
+```
\ No newline at end of file