7 lines
79 B
Go

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