1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-05-17 04:18:27 +00:00

5 lines
102 B
JavaScript
Raw Normal View History

2017-12-01 21:30:49 +08:00
function test() {
console.info('This is nothing but a js file, to test the js download');
}
test();