This commit is contained in:
ZennDev1337 2024-04-02 09:23:44 +02:00
parent 59ed4ac5f9
commit c4c3abd6d2
3 changed files with 12 additions and 1 deletions

4
Solver/Solver.go Normal file
View file

@ -0,0 +1,4 @@
package Solver
type SudokuSolver struct {
}