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