@@ -0,0 +1,8 @@
package main
type City struct {
Name string
Area int
Population int
Mayor Person
}
The note is not visible to the blocked user.