RosettaCodeData/Task/Constrained-genericity/C-sharp/constrained-genericity-1.cs

5 lines
39 B
C#

interface IEatable
{
void Eat();
}