7 lines
71 B
Java
Raw Normal View History

2015-07-19 12:44:51 +03:00
package com.iluwatar;
public interface Command {
void process();
}