Skip to content

Commit 7d6c8aa

Browse files
committed
2 parents cea3718 + 792f84c commit 7d6c8aa

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 @@
1-
function hello() {
1+
function Hello () {
22
// TODO: change this string so that your program prints "Hello world!"
33
return "Hello world!";
44
}
55

6-
module.exports = hello;
6+
module.exports = Hello;

0 commit comments

Comments
 (0)