mirror of
https://github.com/urlysses/1991.git
synced 2024-11-01 16:00:55 +11:00
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
|
/*jslint browser: true*/
|
||
|
(function () {
|
||
|
console.log("fff");
|
||
|
}());
|