UNPKG
yunlongzha_try_nodejs
Version:
latest (1.0.0)
1.0.0
try it
yunlongzha_try_nodejs
/
node1.js
7 lines
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
// function hello(){
// console.log('hello world')
// }
// hello();
exports
.
hello
=
function
(
){
console
.
log
(
'hello baby'
) };