mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2026-04-09 23:33:30 +00:00
add docstring to parseInput
This commit is contained in:
@@ -24,6 +24,8 @@ func readlines() []string {
|
||||
return lines
|
||||
}
|
||||
|
||||
// parseInput stores coordinates of galaxies
|
||||
// stores empty row and column indexes
|
||||
func parseInput(lines []string) {
|
||||
x := 0
|
||||
runes = make([][]rune, len(lines))
|
||||
|
||||
Reference in New Issue
Block a user