UNPKG
sandiloka-hello-3
Version:
latest (1.0.0)
1.0.0
Hello 3
github.com/antapani/sandiloka-hello-3
antapani/sandiloka-hello-3
sandiloka-hello-3
/
index.js
11 lines
(7 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// common js
// expose hello
module
.
exports
= hello;
//hello
function
hello
(
) {
console
.
log
(
'hello!'
); }