AdditiveFunction Small program to detect if a given integer is additive How to run the program Make sure that the node environment is installed on your local machine Pull down the code The program is fed a single integer from the command line like below: $ node main.js 27 Voila!