exercises/patches/patches/56_unions2.patch
2021-03-09 20:49:47 -05:00

11 lines
167 B
Diff

47,48c47,48
< printInsect(???);
< printInsect(???);
---
> printInsect(ant);
> printInsect(bee);
54c54
< switch (???) {
---
> switch (insect) {