aoc2024/day-18/internal/two/point.go

7 lines
49 B
Go

package two
type point struct {
x int
y int
}