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
@@ -57,4 +57,3 @@ func PartTwo(data []string) int {
}
return horizontal * depth
}
-1
View File
@@ -26,4 +26,3 @@ func TestPartTwo(t *testing.T) {
t.Errorf("PartTwo() = %d, want %d", got, expected)
}
}