1
1
Fork 0
AtomicKotlinCourse/Power Tools/Using Operators/Exercise 3/test/Tests.kt

10 lines
188 B
Kotlin

package usingOperatorsExercise3
import org.junit.Test
import util.unimplementedTest
class TestUsingOperatorsExercise3 {
@Test fun testSolution() {
unimplementedTest()
}
}