Compare commits
No commits in common. "906cc597cd3ec9c97b5aa83d34001c4027331c57" and "df5c49f921fe3447406634d84d5b842eb322bec4" have entirely different histories.
906cc597cd
...
df5c49f921
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
/problems
|
||||
2
go.mod
2
go.mod
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user