first successful run to solve a simple puzzle
This commit is contained in:
@@ -80,6 +80,7 @@ func (pb *PuzzleBank) Parse(data []byte) error {
|
||||
return fmt.Errorf("Kann Zeichen nicht in Zahl konvertieren")
|
||||
}
|
||||
field.cells[i][j].number = number
|
||||
field.cells[i][j].Notes = &Notes{}
|
||||
field.cells[i][j].Pos = &Position{
|
||||
row: i,
|
||||
column: j,
|
||||
|
||||
Reference in New Issue
Block a user