diff --git a/inde.js b/inde.js new file mode 100644 index 00000000..1ef8cfa5 --- /dev/null +++ b/inde.js @@ -0,0 +1,4 @@ +function add(){ + return "Hello, World!"; +} +module.exports = add; \ No newline at end of file