Concatenate multiple strings
static String concatStrings(List<String> strings) { return strings.join(''); }