Files
actions/github/codeql-action-v1/tests/multi-language-repo/main.kt

6 lines
70 B
Kotlin

fun main() {
if (true) {
println("Hello, World!")
}
}