diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-25 11:24:24 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-25 11:34:31 -0400 |
| commit | 00579203e0cb10b2be793c4f215716554e58690e (patch) | |
| tree | e8cbf7752539bad91e01bd6242e0d852474cebd5 /site | |
| parent | 07fd0b5fb0e12bd76394c90fe2620d44f5c2ac24 (diff) | |
| download | automathon-00579203e0cb10b2be793c4f215716554e58690e.tar.gz automathon-00579203e0cb10b2be793c4f215716554e58690e.zip | |
add comments
Diffstat (limited to 'site')
| -rw-r--r-- | site/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 77c2bdc..8551d3a 100644 --- a/site/index.html +++ b/site/index.html @@ -12,7 +12,7 @@ <div id='code'> <button id='compile'>compile</button> <br> - <div id='src' contenteditable='plaintext-only'>: fac + <div id='src' contenteditable='plaintext-only'>: fac ( n -- n ) dup 1 > if dup 1 - fac * |
