Compare commits

..

No commits in common. "906cc597cd3ec9c97b5aa83d34001c4027331c57" and "df5c49f921fe3447406634d84d5b842eb322bec4" have entirely different histories.

3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
/problems

2
go.mod
View File

@ -1,3 +1,3 @@
module git.bizdoc.ro/gabi-public/Advent-of-Code.git
module git.bizdoc.ro/public/Advent-of-Code.git
go 1.25.1

View File

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