UNPKG

yunlongzha_try_nodejs

Version:

try it

7 lines 131 B
// function hello(){ // console.log('hello world') // } // hello(); exports.hello=function(){ console.log('hello baby') };