diff options
author | elioat <elioat@tilde.institute> | 2023-03-03 10:25:27 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-03-03 10:25:27 -0500 |
commit | 3be0f922b96de8ab34083845efc3d6c75c80e036 (patch) | |
tree | dbf469284a99e10d96e63de3e0b44109df04e7bc /lisp/js | |
parent | 2dd6313dfc5ca90da8a235d6bc170f6a62d6ba3c (diff) | |
download | tour-3be0f922b96de8ab34083845efc3d6c75c80e036.tar.gz |
*
Diffstat (limited to 'lisp/js')
-rw-r--r-- | lisp/js/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/js/README.md b/lisp/js/README.md new file mode 100644 index 0000000..9feae22 --- /dev/null +++ b/lisp/js/README.md @@ -0,0 +1,7 @@ +# a little lisp + +To run interactively: + +```bash +node repl.js +``` \ No newline at end of file |