Skip to content

Commit

Permalink
Create index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thi3nl0ng authored Dec 29, 2024
1 parent 7adf0a2 commit bc5645a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function sayHello() {
return 'Hello, world!';
}

module.exports = sayHello;

0 comments on commit bc5645a

Please sign in to comment.