Files
codeql/javascript/ql/test/library-tests/Bundling/b.js
2018-08-02 17:53:23 +01:00

3 lines
65 B
JavaScript

exports.sayHello = function() {
console.log("Hello, world!");
}