9 lines
97 B
Kotlin
9 lines
97 B
Kotlin
package be.nielandt
|
|
|
|
import org.junit.Test
|
|
import kotlin.test.assertEquals
|
|
|
|
class HelloTest {
|
|
|
|
}
|