Vertical Limit

transform a succession of one word lines to a an array of strings

Input

There
is
no
vertical
limit
for
vim
Ninjas

Output

[ "There", "is", "no", "vertical", "limit", "for", "vim", "Ninjas" ]