Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
launcher
/
helloWorld.kt
blob: 1cbd68a2668d95502db711f1a84c67ab8e67780f [
file
]
package
test
fun main
()
{
println
(
"Hello!"
)
}