From f82b82caecb315af48c5197b370a7372f4e50127 Mon Sep 17 00:00:00 2001 From: Nazar Mykolenko Date: Sat, 9 Sep 2023 19:11:39 +0300 Subject: [PATCH] Description --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 27ff8d0..588cf35 100644 --- a/index.js +++ b/index.js @@ -10,3 +10,4 @@ http .listen(PORT) console.log(`Server running at http://localhost:${PORT}/`) +console.log('Hello World')