mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 10:58:28 +00:00
5 lines
59 B
JavaScript
5 lines
59 B
JavaScript
function main() {
|
|
console.log("Hello World");
|
|
}
|
|
|
|
main();
|