Skip to content

Commit 5bcb6a7

Browse files
Update hello-world.js
1 parent 22de6ec commit 5bcb6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/hello-world/hello-world.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
//
55

66
export function hello() {
7-
return 'Goodbye, Mars!';
7+
return 'Hello, World!';
88
}

0 commit comments

Comments
 (0)