diff options
author | elioat <elioat@tilde.institute> | 2024-03-22 07:59:26 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-03-22 07:59:26 -0400 |
commit | 1f6f62c739b170dbfdd531bb5e4be5dca419c1c4 (patch) | |
tree | ff1411b85d553d9fdc019f8c14ee5e37a7ae1635 /lisp/js/l.html | |
parent | b7fdffc133f0e15274904eee2577f66699bea13b (diff) | |
download | tour-1f6f62c739b170dbfdd531bb5e4be5dca419c1c4.tar.gz |
*
Diffstat (limited to 'lisp/js/l.html')
-rw-r--r-- | lisp/js/l.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/js/l.html b/lisp/js/l.html index f1e27b2..8927607 100644 --- a/lisp/js/l.html +++ b/lisp/js/l.html @@ -30,7 +30,7 @@ (concat s t)) (print - (bird "tweet " "twoot")) + (bird "hello " "world")) )`; |