4 lines
53 B
Groovy
4 lines
53 B
Groovy
|
|
class Cat extends Animal{
|
||
|
|
//contents go here...
|
||
|
|
}
|