8 lines
99 B
Kotlin
Vendored
8 lines
99 B
Kotlin
Vendored
|
|
@file:DependsOn("junit:junit:4.11")
|
|
|
|
org.junit.Assert.assertTrue(true)
|
|
|
|
println("Hello, World!")
|
|
|