sync
[app.Builder.js] / tests / hello.js
1
2 function hello(w) {
3         return w+'xx';
4
5 }