main
function should print on an output file, named uscita.txt,
the returned word and its number of occurrences.
For example, if the file
parole1.bin
contains
il mare a genova e` piu` bello del mare a savona ed anche del mare adriatico |
a | 2 |
adriatico | 1 |
anche | 1 |
bello | 1 |
del | 2 |
e` | 1 |
ed | 1 |
genova | 1 |
il | 1 |
mare | 3 |
piu` | 1 |
savona | 1 |
mare 3 |