mirror of
https://github.com/github/codeql.git
synced 2026-01-12 22:14:47 +01:00
4 lines
80 B
JavaScript
4 lines
80 B
JavaScript
function area(r) {
|
|
// console.log("Got r: " + r);
|
|
return r.length * r.width;
|
|
} |