Skip to content

Commit 1c79158

Browse files
DeMarcus BenionDeMarcus Benion
DeMarcus Benion
authored and
DeMarcus Benion
committed
Commit Message
1 parent 7453563 commit 1c79158

File tree

3 files changed

+3489
-1
lines changed

3 files changed

+3489
-1
lines changed

hello.js

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

66
module.exports = hello;
7+

node

Whitespace-only changes.

0 commit comments

Comments
 (0)