5 lines
72 B
JavaScript
5 lines
72 B
JavaScript
|
|
(function() {
|
|
console.log("hello from loose1.js")
|
|
})()
|