
public class Nasty extends Strategy {
  protected int firstMove () {
    return 1;
  }
}

