3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
|
let arith=require("./loop-arith.js");
|
||
|
|
||
|
console.log(arith.minus(10,0));
|