From a6f03d9aa22f4e23a289e1f7e078a14af67935b5 Mon Sep 17 00:00:00 2001 From: danbulant Date: Wed, 19 Feb 2020 16:56:42 +0100 Subject: [PATCH] Test args output --- index.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..08383c0 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +var args = require("./modules/args"); + +console.log(args); \ No newline at end of file