• Transforms a matrix of strings into a single string with the columns aligned.

    Parameters

    • lines: string[][]

      Array of rows, where each row is an array of strings (representing columns).

    Returns string

    A string with the columns aligned.