From 57ac3a1d161ba005d4d0742b2082d1a1bc28b0e1 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert <sacha@ligthert.net> Date: Tue, 21 Jan 2025 21:26:49 +0100 Subject: [PATCH] precommit --- unused.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unused.txt b/unused.txt index e91a416..1e3a42c 100644 --- a/unused.txt +++ b/unused.txt @@ -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]) -} \ No newline at end of file +}