added year of 2023
This commit is contained in:
8
2023/02/Kotlin/src/test/kotlin/TestMain.kt
Normal file
8
2023/02/Kotlin/src/test/kotlin/TestMain.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
internal class TestMain {
|
||||
@Test fun test() {
|
||||
assertEquals(true, true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user