blob: 94d6e1921a1b0ed4337aa1d10e0744dae5f87dca [file] [log] [blame]
package test;
public interface Runnable {
void run();
}