@@ -0,0 +1,8 @@
package main
const MAX_EDGES int = 3
type Node struct {
Data City
Edges [MAX_EDGES]Edge
}
The note is not visible to the blocked user.