2018-01-14 15:43:41 +10:00

6 lines
53 B
Go

package main
type Car interface {
NumDoors() int
}