Calculate the sum of a series of non-negative integers specified on the command line and print the result to stdout.
The list of integers are supplied to main
as commandline arguments (argc/argv).
The integers are never negative.
The integers may be of arbitrary length.
The integers may be of arbitrary quantity.