Browse Source

add ex56 unions2 (tagged)

Dave Gauer 4 years ago
parent
commit
20520d99f7
1 changed files with 10 additions and 0 deletions
  1. 10 0
      patches/patches/56_unions2.patch

+ 10 - 0
patches/patches/56_unions2.patch

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