0.0.5 • Published 10 months ago

aabb11 v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

create a app.js file

run > npm init add "type" = "module"

add this code to app.js

import test from "aabb11"

const result1 = test.add(2, 3); console.log(result1); // Output: 5

const result2 = test.subtract(7, 4); console.log(result2); // Output: 3

const result3 = test.multiply(5, 6); console.log(result3); // Output: 30

now run node app.js

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago