From 238702e7dd860af59d22f33cbfe163f28c3beb4e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 25 May 2025 12:11:34 +0200 Subject: Cleanup --- web/examples/solve.mjs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 web/examples/solve.mjs (limited to 'web/examples/solve.mjs') 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 @@ -import Nissy from '../nissy_web_module.mjs' - -const nissy = await Nissy(); - -var log = process.stdout.write.bind(process.stdout); -//var log = console.log -nissy.setLogger(nissy._addCallbackFunction(log)) - -var cube = new nissy.Cube(); -cube.move('R\' U\' F'); - -nissy.solve('h48h0k4', cube, nissy.NissFlag.normal, 0, 8, 2, 99, 4, -1); -- cgit v1.3