blakeyoder / AdditiveFunction

Small program to detect if a given integer is additive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Small program to detect if a given integer is additive


Languages

Language:JavaScript 100.0%