UNPKG

hello_freedom_56

Version:

## 目录结构 ``` +src 源代码目录 +test 单元测试目录 +src/tostring 黑魔法之tostring ```

6 lines 110 B
/** * Created by lenovo on 2017/6/14. */ exports.hello = function() { console.log('hello world'); }