build_string

Builds a string by concatenating the given array of strings.

Input

strings

The array of strings.

Output

joined

The string resulting from the concatenation of the input string elements.