sum_of_1_n_numbers_rntm
Version:
Calculates the sum of 1-n numbers
17 lines (16 loc) • 312 B
JSON
{
"name": "sum_of_1_n_numbers_rntm",
"version": "1.0.0",
"description": "Calculates the sum of 1-n numbers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Math",
"N",
"Numbers"
],
"author": "RNTM",
"license": "ISC"
}