mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
add ex56 unions2 (tagged)
This commit is contained in:
parent
7b1c9c3b63
commit
20520d99f7
1 changed files with 10 additions and 0 deletions
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 a new issue