Redundant comment removal

This commit is contained in:
Imbus 2023-12-05 13:14:02 +01:00
parent 808ba05448
commit d94bc05a4d

View file

@ -1,9 +1,6 @@
package sudoku;
public interface SudokuSolver {
// Work in progress
/**
* Set sudoku board, numbers 1-9 are fixed values, 0 is unsolved.
*/