UNPKG
qingyun_chenhongli
Version:
latest (1.0.0)
1.0.0
wodededede
qingyun_chenhongli
/
test.js
9 lines
(8 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Created by qingyun on 16/8/22. */
console
.
log
(
'hello'
);
function
hello
(
) {
console
.
log
(
'hello,我的!我的包'
); }
module
.
exports
= hello;