Files
2013-07-02 14:06:09 +04:00

6 lines
61 B
Java
Vendored

package test;
public interface Runnable {
void run();
}