CS2613/labs/L09/minus.js
2022-10-12 09:04:35 -03:00

3 lines
70 B
JavaScript

let arith=require("./loop-arith.js");
console.log(arith.minus(10,0));