precommit

This commit is contained in:
Sacha Ligthert 2025-01-21 21:26:49 +01:00
parent ba2aa13999
commit 57ac3a1d16

View File

@ -91,4 +91,4 @@ func (solver *Solver) generate_blocks() []int {
func (solver *Solver) print_block(block int) {
digits := strconv.Itoa(block)
fmt.Printf("%c %c %c\n%c %c %c\n%c %c %c\n\n", digits[0], digits[1], digits[2], digits[3], digits[4], digits[5], digits[6], digits[7], digits[8])
}
}