ghentupuntu
v1.0.0
Published
A simple package to add two numbers.
Readme
My Addition Package
A simple package to add two numbers.
Installation
Install the package using npm:
npm install ghentupuntuUsage
Import the package and use the add function:
const add = require('ghentupuntu');
// Example usage:
console.log(add(2, 3)); // Output: 5License
This project is licensed under the MIT License.
