Convert Lines Of Characters Into A Vec Of Vecs In Rust
Output:
[neopolitan_code_run:12] &left = [
[
'a',
'b',
'c',
'd',
],
[
'e',
'f',
'g',
'h',
],
]
-- end of line --