UNPKG

easy_helloworld

Version:

6 lines 115 B
/** * Created by Administrator on 2014/7/27. */ exports.sayHello = function() { return 'Hello, world!'; };