aboutsummaryrefslogtreecommitdiff
path: root/web/examples
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-25 12:11:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-25 12:11:34 +0200
commit238702e7dd860af59d22f33cbfe163f28c3beb4e (patch)
tree577adc495c4e5284f357e44e2877e8c848d79a24 /web/examples
parente1690a427040f710de5643643d7c6226c1b2364f (diff)
downloadnissy-core-238702e7dd860af59d22f33cbfe163f28c3beb4e.tar.gz
nissy-core-238702e7dd860af59d22f33cbfe163f28c3beb4e.zip
Cleanup
Diffstat (limited to 'web/examples')
-rw-r--r--web/examples/solve.mjs12
1 files changed, 0 insertions, 12 deletions
diff --git a/web/examples/solve.mjs b/web/examples/solve.mjs
deleted file mode 100644
index 8ff59c0..0000000
--- a/web/examples/solve.mjs
+++ /dev/null
@@ -1,12 +0,0 @@
1import Nissy from '../nissy_web_module.mjs'
2
3const nissy = await Nissy();
4
5var log = process.stdout.write.bind(process.stdout);
6//var log = console.log
7nissy.setLogger(nissy._addCallbackFunction(log))
8
9var cube = new nissy.Cube();
10cube.move('R\' U\' F');
11
12nissy.solve('h48h0k4', cube, nissy.NissFlag.normal, 0, 8, 2, 99, 4, -1);

Generated with cgit - Back to sebastiano.tronto.net