7 lines
79 B
Go

package one
type path struct {
visited map[point]struct{}
perimeter int
}