mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-01-28 09:26:01 +00:00
7 lines
160 B
Diff
7 lines
160 B
Diff
|
62,63c62,63
|
||
|
< printInsect(ant, AntOrBee.c);
|
||
|
< printInsect(bee, AntOrBee.c);
|
||
|
---
|
||
|
> printInsect(ant, AntOrBee.a);
|
||
|
> printInsect(bee, AntOrBee.b);
|