fix imports

This commit is contained in:
Gabriel Bizdoc 2025-12-04 00:56:41 +02:00
parent a67735e361
commit df5c49f921
No known key found for this signature in database
GPG Key ID: 3F0EDAECA5BE9ED9

View File

@ -9,7 +9,7 @@ import (
"strconv"
"strings"
"git.bizdoc.ro/private/Advent-of-Code.git/pkg/aocutils"
"git.bizdoc.ro/public/Advent-of-Code.git/aocutils"
)
type day2Scanner struct {