mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 19:24:22 +00:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
function test() {
|
|
console.info('This is nothing but a js file, to test the js download');
|
|
}
|
|
test();
|