Print out the sum of integers read from a file.
The first argument to the program will be a path to a filename containing a positive integer, one per line. E.g.
5 12
Print out the sum of all the integers read from the file. E.g.
17
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Print out the sum of integers read from a file.
The first argument to the program will be a path to a filename containing a positive integer, one per line. E.g.
5 12
Print out the sum of all the integers read from the file. E.g.
17