did not manage to include self made solver in python in js project using...
did not manage to include self made solver in python in js project using pycharm. Now using aquivalent from chatgpt in js
package.json
0 → 100644
{ | |||
"name": "sudoku", | |||
"version": "1.0.0", | |||
"description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.", | |||
"main": "solver.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"keywords": [], | |||
"type": "module", | |||
"author": "", | |||
"license": "ISC" | |||
} |
solver.js
0 → 100644
test.js
deleted
100644 → 0
Please register or sign in to comment