Waldo.java 83 Bytes
Newer Older
Tom Tromey committed
1 2 3 4 5 6 7
package support;

public interface Waldo {

  public static final int here = 9;

}