Skip to content

Commit a6daffc

Browse files
committed
Update sudoku.md.
1 parent 2750a05 commit a6daffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/sudoku.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Sudoku solver encodes Sudoku rules as logical inference rules in the DS syst
2121
<script>
2222
(async () => {
2323
const vue = await import("https://unpkg.com/[email protected]/dist/vue.esm-browser.prod.js");
24-
const atsds = await import("https://unpkg.com/[email protected].4/dist/index.mjs");
24+
const atsds = await import("https://unpkg.com/[email protected].5/dist/index.mjs");
2525
const { loadModule } = await import("https://unpkg.com/[email protected]/dist/vue3-sfc-loader.esm.js");
2626

2727
const options = {

0 commit comments

Comments
 (0)