We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec62e7b commit 79d3c1cCopy full SHA for 79d3c1c
src/server.js
@@ -2,6 +2,8 @@ const express = require("express");
2
3
const app = express();
4
5
+console.log("Hello World");
6
+
7
const server = app.listen(process.env.PORT || 3000);
8
9
// -- DO NOT EDIT BELOW THIS LINE
0 commit comments