I need to, from a .txt file that has multiple tweets (one on each line), read this file and put it in a variable in the following format:
[1, "texto da primeira linha do arquivo"], [1, "texto da segunda linha"]
I was able to read the file and print it, but I can not mount the arrays vector.