Skip to content

Commit 396f95e

Browse files
author
Malik Stuckey
committed
submit assignment0
1 parent 7453563 commit 396f95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hello.js

Lines changed: 2 additions & 2 deletions
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!";
3+
return "Hello world!";
44
}
5-
5+
66
module.exports = hello;

0 commit comments

Comments
 (0)