This commit is contained in:
2025-11-28 11:28:19 +01:00
parent 3fb71d0cbf
commit 41007ef20e
15 changed files with 0 additions and 15 deletions
-1
View File
@@ -32,4 +32,3 @@ func TestPartTwo(t *testing.T) {
t.Errorf("PartTwo() = %d, want %d", got, expected)
}
}
-1
View File
@@ -151,4 +151,3 @@ func PartTwo(data []string) int {
}
return count
}
-1
View File
@@ -24,4 +24,3 @@ func TestPartTwo(t *testing.T) {
t.Errorf("PartTwo() = %d, want %d", got, expected)
}
}
-1
View File
@@ -47,4 +47,3 @@ func PartTwo(data []int) int {
}
return 0
}
-1
View File
@@ -19,4 +19,3 @@ func TestPartTwo(t *testing.T) {
t.Errorf("PartTwo() = %d, want %d", got, expected)
}
}
-1
View File
@@ -35,4 +35,3 @@ func TestPartTwo(t *testing.T) {
t.Errorf("PartTwo() = %d, want %d", got, expected)
}
}
-1
View File
@@ -31,4 +31,3 @@ func TestPartTwo(t *testing.T) {
t.Errorf("PartTwo() = %d, want %d", got, expected)
}
}
-1
View File
@@ -74,4 +74,3 @@ func PartTwo(data []string) int {
}
return valid
}
-1
View File
@@ -23,4 +23,3 @@ func TestPartTwo(t *testing.T) {
t.Errorf("PartTwo() = %d, want %d", got, expected)
}
}