UNPKG
mathiasjacobsendotcom
Version:
latest (1.0.0)
1.0.0
mathiasjacobsen.com
mathiasjacobsendotcom
/
index.js
3 lines
•
95 B
JavaScript
View Raw
1
2
3
exports
.
printMsg
=
function
(
) {
console
.
log
(
"Hello World. Go visit mathiasjacobsen.com!"
); }