mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-06 08:35:37 +00:00
11 lines
167 B
Diff
11 lines
167 B
Diff
47,48c47,48
|
|
< printInsect(???);
|
|
< printInsect(???);
|
|
---
|
|
> printInsect(ant);
|
|
> printInsect(bee);
|
|
54c54
|
|
< switch (???) {
|
|
---
|
|
> switch (insect) {
|