mirror of
https://github.com/github/codeql.git
synced 2026-01-19 09:24:46 +01:00
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
var f = function f() {
|
|
return "Hi!";
|
|
};
|
|
f(); |