CS2613/labs/L08/client.js
2022-10-05 10:08:19 -03:00

2 lines
67 B
JavaScript

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