11 lines
167 B
Diff
11 lines
167 B
Diff
|
|
47,48c47,48
|
||
|
|
< printInsect(???);
|
||
|
|
< printInsect(???);
|
||
|
|
---
|
||
|
|
> printInsect(ant);
|
||
|
|
> printInsect(bee);
|
||
|
|
54c54
|
||
|
|
< switch (???) {
|
||
|
|
---
|
||
|
|
> switch (insect) {
|