I can initialize a 2D array of strings using the following:
const char * const aListOfStrings[] {"test","test1};
However, if I want