Create a program that reads from a text file and stores to another text file inverting the lines.
So, an input text file like:
ayer el Madrid
le ganó
al Barcelona
will be stored in an output text file like:
al Barcelona
le ganó
ayer el Madrid