UNPKG
garygary
Version:
latest (1.0.0)
1.0.0
test gary first js
github.com/runoob/runoob
runoob/runoob
garygary
/
ss.js
3 lines
•
62 B
JavaScript
View Raw
1
2
3
exports
.
world
=
function
(
) {
console
.
log
(
'Hello World'
); }