Skip to content

Conversation

@mrdom557-web
Copy link

const express = require('express')
const app = express()
const port = 3000

app.get('/', (req, res) => {
res.send('Hello World!')
})

app.listen(port, () => {
console.log(Example app listening on port ${port})
})
node app.js

@aaijazi
Copy link
Contributor

aaijazi commented Oct 22, 2025

Hi,

I'm going to close this pull request because it looks like it may have been made in error. Feel free to re-open if that's not the case!

@aaijazi aaijazi closed this Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants