7 lines
89 B
Text
7 lines
89 B
Text
class DevonshireCream {
|
|
serveOn() {
|
|
return "Scones";
|
|
}
|
|
}
|
|
|
|
print DevonshireCream;
|