5 lines
57 B
Kotlin
5 lines
57 B
Kotlin
package test
|
|
|
|
public interface Runnable {
|
|
fun run()
|
|
} |