diff --git a/server.js b/server.js index 9da7c37..e81e088 100644 --- a/server.js +++ b/server.js @@ -99,4 +99,20 @@ app.delete("/blogs/:id", function (req, res) { app.listen(6543, () => { console.log("running on http://localhost:6543") -}) \ No newline at end of file +}) +#include +int main() +{ + int n1=0,n2=1,n3,i,number; + printf("Enter the number of elements:"); + scanf("%d",&number); + printf("\n%d %d",n1,n2);//printing 0 and 1 + for(i=2;i