Create client.js

This commit is contained in:
Isaac Shoebottom 2022-10-05 10:08:19 -03:00
parent 1c0b7e612d
commit 41cbf8b58e

2
labs/L08/client.js Normal file
View File

@ -0,0 +1,2 @@
let arith=require("./loop-arith.js");
console.log(arith.plus(2,2));