Skip to content

Commit

Permalink
Update hello.js
Browse files Browse the repository at this point in the history
Trigger CI/CD
  • Loading branch information
jcortejoso authored Mar 25, 2024
1 parent 74d93d2 commit b5ed9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hello.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const hello = () => "Hello World from the Office Hours in the terminal!";
console.log(hello());
exports.hello = hello;

0 comments on commit b5ed9e8

Please sign in to comment.