diff --git a/hello.js b/hello.js index f88f2b5..5dc257e 100644 --- a/hello.js +++ b/hello.js @@ -1,6 +1,6 @@ function hello() { // TODO: change this string so that your program prints "Hello world!" - return "Hello!"; + return "Hello world!"; } module.exports = hello;