
!test_helloWorld version
* this is a example for test helloWorld.
* Getting Started
- install
* Usage
* License
javascript
var h = require('test_helloWorld');
h.hello.a(); // hello world.
h.test.test(); // this is a test
h.hello.showmsg(); // Not set
h.hello.setmsg('[test] hello world'); //your set msg to :[test] hello world
h.hello.showmsg(); //[test] hello world
``* SEE MIT