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