Skip to content

Commit 7453563

Browse files
Update hello.js
1 parent 4c327f1 commit 7453563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function hello() {
22
// TODO: change this string so that your program prints "Hello world!"
3-
return "Hello world!";
3+
return "Hello!";
44
}
55

66
module.exports = hello;

0 commit comments

Comments
 (0)