check 13/11 result

This commit is contained in:
alexchao26
2020-01-30 19:47:07 -05:00
parent 442e8d91de
commit 4fc54127ab
+1
View File
@@ -47,6 +47,7 @@ func main() {
// print out the max found
fmt.Println("result: ", result)
fmt.Println("asteroid for station is at row, col", finalCoords) // [13, 11]
fmt.Println("from 13, 11", visibleFromAsteroid(gridSlice, 13, 11))
}
func readInputFile(path string) []string {