4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
;(function(w, d) {
|
|
console.log('Hello, world!', w, d)
|
|
})(window, document);
|