This commit is contained in:
onyx-and-iris 2023-12-11 18:58:13 +00:00
parent f5ad468db5
commit af3e483382

View File

@ -92,7 +92,7 @@ func mapPoints(lines []string) {
}
}
// walk moves along the pipes storing poinst that mark loop locations
// walk moves along the pipes storing points that mark loop locations
// it also keeps a track of last two moves
// returns the number of steps to traverse all pipes
func walk(tracker tracker) int {