feat: rudamentary guess interface

This commit is contained in:
2026-08-20 12:24:23 +02:00
parent ffc5b9d38e
commit 90ccd230e4
2 changed files with 11 additions and 6 deletions
+1
View File
@@ -7,6 +7,7 @@
<body>
<button id="my-button">Test Solver</button>
<input id="guess" type="text" value="" />
<textarea id="out"></textarea>
<script type="module" src="/src/main.ts"></script>