1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-25 16:56:03 +02:00

add ex56 unions2 (tagged)

This commit is contained in:
Dave Gauer 2021-03-09 20:49:47 -05:00
parent 72ebf3e460
commit 9277370b4e

View File

@ -0,0 +1,10 @@
47,48c47,48
< printInsect(???);
< printInsect(???);
---
> printInsect(ant);
> printInsect(bee);
54c54
< switch (???) {
---
> switch (insect) {