3 lines
42 B
TypeScript
3 lines
42 B
TypeScript
|
(function(){
|
||
|
console.log("test")
|
||
|
}());
|