7 lines
49 B
Go

package two
type point struct {
x int
y int
}