diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-12-19 21:04:23 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-12-19 21:04:23 +0100 |
| commit | 44ff6231441024d16fddc2b7cb648539522b04cb (patch) | |
| tree | 8302d0734f4ce931631ffe6d43af5b9a5da284a0 /src/lib/bestes.html | |
| parent | 9f4618c5ef618521ce1ab680d82ed9cc941d10d8 (diff) | |
| download | digit-single-44ff6231441024d16fddc2b7cb648539522b04cb.tar.gz digit-single-44ff6231441024d16fddc2b7cb648539522b04cb.tar.zst digit-single-44ff6231441024d16fddc2b7cb648539522b04cb.zip | |
v1.0.0
Added everything that's in the spec
Diffstat (limited to 'src/lib/bestes.html')
| -rw-r--r-- | src/lib/bestes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/bestes.html b/src/lib/bestes.html new file mode 100644 index 0000000..e452cef --- /dev/null +++ b/src/lib/bestes.html @@ -0,0 +1,4 @@ +<body> + <script src="bestest.js"></script> + <script>new Sudoku(document.body)</script> +</body> |
