Today's challenge revolves around building a simple list of strings...
Challenge
Using the smallest amount of code (least statements - no run on lines of multiple statements!), condense these two strings, two sets of two strings each, and two lists of 2 strings each into a merged list of all the individual strings.
Starter Code
You must use the following code and can only add to the code provided below.
Link to Code: Gist