forked from zig/exercises
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…
Reference in New Issue
Block a user