UNPKG
lingvanex-js-pkg
Version:
latest (1.0.1)
1.0.1
1.0.0
A simple package that says Hello, world!
lingvanex-js-pkg
/
index.js
4 lines
•
78 B
JavaScript
View Raw
1
2
3
4
// index.js
module
.
exports
=
function
(
) {
console
.
log
(
"Hello, world!"
); };