Compare commits
2 Commits
df5c49f921
...
906cc597cd
| Author | SHA1 | Date | |
|---|---|---|---|
| 906cc597cd | |||
| 1e6940da46 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/problems
|
||||
2
go.mod
2
go.mod
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user