1 2 3 4 5 6 7
package market.guess; public interface OutputProvider { void print(Object object); void println(Object object); }