Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
helloWorld.kt
blob: c97db92479c6b6bd9c5ff1f09f7f93d9f214efec [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun main
()
{
println
(
"Hello, world!"
)
}
/* GENERATED_FIR_TAGS: functionDeclaration, stringLiteral */