5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
class Brunch {
|
|
init(food, drink) {}
|
|
}
|
|
Brunch("eggs", "coffee");
|