Skip to content

Commit

Permalink
cambio al archivo hello.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rvelazquillo committed Aug 3, 2024
1 parent b5ed9e8 commit 874ee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const hello = () => "Hello World from the Office Hours in the terminal!";
const hello = () => "Hello World from Monterrey";
console.log(hello());
exports.hello = hello;

0 comments on commit 874ee7c

Please sign in to comment.