mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-06-07 12:45:10 +02:00
check 13/11 result
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user