From 41cbf8b58eece0f67fede2692a52e9c889f42143 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 5 Oct 2022 10:08:19 -0300 Subject: [PATCH] Create client.js --- labs/L08/client.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 labs/L08/client.js diff --git a/labs/L08/client.js b/labs/L08/client.js new file mode 100644 index 0000000..65e01fc --- /dev/null +++ b/labs/L08/client.js @@ -0,0 +1,2 @@ +let arith=require("./loop-arith.js"); +console.log(arith.plus(2,2)); \ No newline at end of file