patterns/adapter/simpleadapter/lib/turkey.d

8 lines
76 B
D

module lib.turkey;
interface Turkey
{
void gobble();
void fly();
}