From b8bf51b0f63469054a374f60288773309b3c0c80 Mon Sep 17 00:00:00 2001 From: Bounty Hunter Bot Date: Thu, 14 May 2026 00:06:01 +0000 Subject: [PATCH] fix: correct output to 'Hello World' with capital W Fixes #7 --- hello-world.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world.js b/hello-world.js index 5a68eb5..73c0265 100644 --- a/hello-world.js +++ b/hello-world.js @@ -1 +1 @@ -console.log('Hello world'); \ No newline at end of file +console.log('Hello World'); \ No newline at end of file