Skip to content

Commit 7046019

Browse files
committed
Revert "Hello world"
This reverts commit b8bbcf6.
1 parent b8bbcf6 commit 7046019

File tree

2 files changed

+1
-3621
lines changed

2 files changed

+1
-3621
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)