public static void Day16b1() { List <Set> sets = ParseSets(); OpCodes oc = new OpCodes(); oc.TestAllForOpCodes(sets); Dictionary <int, List <string[]> > valueSets = oc.GetValueSets(); }