diff --git a/index.js b/index.js index f10b42b..3efe818 100644 --- a/index.js +++ b/index.js @@ -16,4 +16,6 @@ app.get("*",(req,res) => { app.listen(port,function(){ console.log('listening on the port',port) -}) \ No newline at end of file +}) + +console.log('Maddi Ravi') \ No newline at end of file diff --git a/vijay.js b/vijay.js new file mode 100644 index 0000000..7480e4f --- /dev/null +++ b/vijay.js @@ -0,0 +1,7 @@ +function sum(a,b){ + return a+b; +} + +let r = sum(2,3) + +console.log(r) \ No newline at end of file