mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 08:31:33 +00:00
6 lines
61 B
Java
6 lines
61 B
Java
package test;
|
|
|
|
public interface Runnable {
|
|
void run();
|
|
}
|