diff options
author | elioat <hi@eli.li> | 2023-03-03 12:47:33 -0500 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-03-03 12:47:33 -0500 |
commit | 47c6ab02ccbcac79cfc0b749000626898f95122c (patch) | |
tree | 4a4634042c5da5fcaafce99b22ebe4b5ca1fbcd7 /lisp/js | |
parent | 1b103d03494d37144a3c39587d216a73511e2690 (diff) | |
download | tour-47c6ab02ccbcac79cfc0b749000626898f95122c.tar.gz |
*
Diffstat (limited to 'lisp/js')
-rw-r--r-- | lisp/js/l.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/js/l.html b/lisp/js/l.html index 06c4357..9784596 100644 --- a/lisp/js/l.html +++ b/lisp/js/l.html @@ -32,7 +32,6 @@ (print (bird "tweet " "twoot")) - )`; const ret = lisp.run(a); |