Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hello.js
Original file line number Diff line number Diff line change
@@ -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;
module.exports = hello;
Loading