first commit

This commit is contained in:
Zenny 2024-03-28 17:29:55 +01:00
commit 59ed4ac5f9
6 changed files with 143 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module SudokuSolver
go 1.22