mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
add ex56 unions2 (tagged)
This commit is contained in:
parent
7b1c9c3b63
commit
20520d99f7
10
patches/patches/56_unions2.patch
Normal file
10
patches/patches/56_unions2.patch
Normal file
@ -0,0 +1,10 @@
|
||||
47,48c47,48
|
||||
< printInsect(???);
|
||||
< printInsect(???);
|
||||
---
|
||||
> printInsect(ant);
|
||||
> printInsect(bee);
|
||||
54c54
|
||||
< switch (???) {
|
||||
---
|
||||
> switch (insect) {
|
Loading…
x
Reference in New Issue
Block a user