mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-03 05:14:04 +03:00
6 lines
59 B
JavaScript
6 lines
59 B
JavaScript
function main() {
|
|
console.log("Hello World");
|
|
}
|
|
|
|
main();
|