UNPKG
easy_helloworld
Version:
latest (0.0.0)
0.0.0
easy_helloworld
/
hello.js
6 lines
•
115 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Created by Administrator on 2014/7/27. */
exports
.
sayHello
=
function
(
) {
return
'Hello, world!'
; };