8 lines
76 B
D
8 lines
76 B
D
|
module lib.turkey;
|
||
|
|
||
|
interface Turkey
|
||
|
{
|
||
|
void gobble();
|
||
|
void fly();
|
||
|
}
|