Compare commits

..

2 Commits

Author SHA1 Message Date
906cc597cd
update git ignore 2025-12-04 01:22:08 +02:00
1e6940da46
fix package name 2025-12-04 01:21:43 +02:00
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/problems

2
go.mod
View File

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

View File

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