From 20520d99f774a93bc9560882dcc56601efef6dd9 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Tue, 9 Mar 2021 20:49:47 -0500 Subject: [PATCH] add ex56 unions2 (tagged) --- patches/patches/56_unions2.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/patches/56_unions2.patch diff --git a/patches/patches/56_unions2.patch b/patches/patches/56_unions2.patch new file mode 100644 index 0000000..7341f7a --- /dev/null +++ b/patches/patches/56_unions2.patch @@ -0,0 +1,10 @@ +47,48c47,48 +< printInsect(???); +< printInsect(???); +--- +> printInsect(ant); +> printInsect(bee); +54c54 +< switch (???) { +--- +> switch (insect) {