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