Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
plugins
/
scripting
/
scripting-compiler
/
testData
/
integration
/
hello-resolve-junit.main.kts
blob: 5f420006960091cbd33fdc58bbed57dd87161b41 [
file
]
@file
:
DependsOn
(
"junit:junit:4.11"
)
org
.
junit
.
Assert
.
assertTrue
(
true
)
println
(
"Hello, World!"
)