all repos — hex @ 8a3c2f6316cda17a29d48905756faf414ca60b43

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

improvements
h3rald h3rald@h3rald.com
Sat, 29 Mar 2025 17:46:50 +0100
commit

8a3c2f6316cda17a29d48905756faf414ca60b43

parent

e22d25b447bba2a1a641fdeb981b3ce49383d329

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M web/contents/play.htmlweb/contents/play.html

@@ -13,7 +13,7 @@ <span>&gt;&nbsp;</span>

<input placeholder="Input hex code and press ENTER" type="text" autofocus /> </aside> <button id="upload">Upload Program</button> - <textarea rows="8" style="display: none;"></textarea> + <textarea rows="8" placeholder="Input or paste hex code here" style="display: none;"></textarea> <button id="evaluate" style="display: none;">Evaluate</button> <button id="hide" style="display: none;">Hide</button> </section>