kalkulatorz
v0.0.4
Published
ini adalah sebuah kalkulator sederhana, akan diupdate untuk kedepannya.
Downloads
17
Maintainers
Readme
yo wazzup, this is readme file!
how to? npm install easycalculator
and then, add this to your script:
const kalkulator = require('nama-paket-kalkulator-anda');
console.log(kalkulator.tambah(5, 3)); // Output: 8
console.log(kalkulator.kurang(10, 4)); // Output: 6
easy!