6 lines
53 B
Go
Raw Normal View History

2018-01-14 15:43:41 +10:00
package main
type Car interface {
NumDoors() int
}