Skip to content

Commit

Permalink
Commit description (#4)
Browse files Browse the repository at this point in the history
PR: #4
  • Loading branch information
DemianParkhomenko authored Sep 9, 2023
1 parent a976849 commit 55b4cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const PORT = 8000
http
.createServer((req, res) => {
res.writeHead(200, { 'Content-Type': 'text/plain' })
res.end('Hello World!')
res.end('Hello World!!!!!!!!!')
})
.listen(PORT)

Expand Down

0 comments on commit 55b4cec

Please sign in to comment.