Create client.js
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
let arith=require("./loop-arith.js");
|
||||||
|
console.log(arith.plus(2,2));
|
||||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
|||||||
|
let arith=require("./loop-arith.js");
|
||||||
|
console.log(arith.plus(2,2));
|
||||||