UNPKG
garritfra-hello-world
Version:
latest (0.0.4)
2.0.0
1.0.0
0.0.4
0.0.3
0.0.2
Hello World!
github.com/garritfra/garritfra-hello-world
garritfra/garritfra-hello-world
garritfra-hello-world
/
hello.js
4 lines
(3 loc)
•
69 B
JavaScript
View Raw
1
2
3
4
exports
.
helloWorld
=
function
(
) {
console
.
log
(
"Hello World!"
); }