mirror of
https://github.com/github/codeql.git
synced 2026-01-04 18:20:18 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
function distanceFromOrigin(point) {
|
||||
var [x, y] = point;
|
||||
return Math.sqrt(x*x + y*y);
|
||||
}
|
||||
Reference in New Issue
Block a user