mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
24 lines
421 B
HTML
24 lines
421 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
/*!
|
|
* jQuery JavaScript Library v42.0.0
|
|
* https://jquery.com/
|
|
*
|
|
* Includes Sizzle.js
|
|
* https://sizzlejs.com/
|
|
*
|
|
* Copyright jQuery Foundation and other contributors
|
|
* Released under the MIT license
|
|
* https://jquery.org/license
|
|
*
|
|
* Date: 2016-06-09T18:02Z
|
|
*/
|
|
$ = 42;
|
|
</script>
|
|
<script>
|
|
console.log($-19);
|
|
</script>
|
|
<script src="jquery.js"></script>
|
|
</head>
|
|
</html> |