Echo One
Description
Just in case the last problem was difficult, here's another chance to try a similar problem. Hopefully you realize that reading from a file is important and required on 98% of problems. Often times these are called "echo" problems. As you get better, the problems get easier to do again.
Input
The data file will contain an integer . There are lines of data that follow.
Output
Print out what's in the data
Sample Input
3
Emily loves tacos.
Especially vegan tacos.
Cheering you on with kale tacos!
Sample Output
Emily loves tacos.
Especially vegan tacos.
Cheering you on with kale tacos!