This commit is contained in:
2024-12-03 07:19:28 +00:00
parent 8f5cb6b236
commit e0b4f292c2
4 changed files with 87 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ func Part2(input string) int {
list2 := make(map[int]int)
num := 0
num := 1
lines := strings.Split(input, "\n")
for _, line := range lines {
fields := strings.Fields(line)