Skip to content

Commit 6eec66b

Browse files
committed
assignment 0 pass
1 parent a0d8aed commit 6eec66b

File tree

2 files changed

+3621
-1
lines changed

2 files changed

+3621
-1
lines changed

hello.js

Lines changed: 1 addition & 1 deletion
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
}
55

66
module.exports = hello;

0 commit comments

Comments
 (0)