homeworkycl
v1.0.0
Published
Show SumNumber
Downloads
3
Readme
My Awesome Proj
Show SumNumber
Installation
npm install homeworkYCL
Usage
function addNumbers(a, b) {
return a + b;
}
let result = addNumbers(5, 7);
console.log("The sum is: " + result);
···
## Specification