import tester.*;

// A supplied test that confirms the JDK, tester library, and run configuration.
class ExamplesSetupCheck {
  boolean testEnvironment(Tester t) {
    return t.checkExpect(2 + 2, 4);
  }
}
