Gist test (to be removed in future)
console.log("test") | |
const express = require('express') | |
const app = express() | |
app.get('/', function (req, res) { | |
res.send('Hello World') | |
}) | |
app.listen(3000) |
Gist test (to be removed in future)
console.log("test") | |
const express = require('express') | |
const app = express() | |
app.get('/', function (req, res) { | |
res.send('Hello World') | |
}) | |
app.listen(3000) |
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Top comments (0)