chapter 12

This commit is contained in:
2018-07-27 17:50:56 +02:00
parent da141de5e9
commit 580795cd2b
10 changed files with 283 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
class DevonshireCream {
fn serveOn() {
return "Scones";
}
}
print(DevonshireCream);
print(DevonshireCream());