Given a positive integer, find the sum of its constituent digits.
The first argument will be a path to a filename containing positive integers, one per line. E.g.
23 496
Print to stdout, the sum of the numbers that make up the integer, one per line. E.g.
5 19