2 lines
67 B
JavaScript
2 lines
67 B
JavaScript
|
let arith=require("./loop-arith.js");
|
||
|
console.log(arith.plus(2,2));
|