main() { int i=42; int j=41; Expect.equals(42,i); Expect.equals(42,j); }