Git-Leon
6 anos atrás
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com
1 adições e
0 exclusões
-
README.md
|
@@ -19,6 +19,7 @@
|
19
|
19
|
* `Aircraft` can `fly`
|
20
|
20
|
* `Plane` are `Aircraft` which can `cruise`
|
21
|
21
|
* `Jet` are `Aircraft` which can `zoom`
|
|
22
|
+ * `Helicopter` are `Aircraft` which can `hover`
|
22
|
23
|
|
23
|
24
|
* `Produce` can `yield` an `Edible` object.
|
24
|
25
|
* `CornStalk` can `yield` a `EarCorn`
|