UNPKG
hello-world-node-pkg
Version:
latest (3.0.0)
3.0.0
2.0.0
1.0.0
Hello World
github.com/talktopreeti/node
talktopreeti/node
hello-world-node-pkg
/
index.js
5 lines
(4 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
5
exports
.
printMsg
=
function
(
) {
console
.
log
(
"Hello World!"
);
return
"Hello World!"
; }