mirror of
https://github.com/github/codeql.git
synced 2026-06-27 07:37:06 +02:00
4 lines
45 B
JavaScript
4 lines
45 B
JavaScript
var f = function () {
|
|
return "Hi!";
|
|
};
|
|
f(); |