You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Main.java 178B

123456789101112
  1. import p.*;
  2. import q.*;
  3. public class Main {
  4. public static void main(String[]argv) {
  5. new A().sayhi();
  6. new B().sayhi();
  7. new C().sayhi();
  8. new D().sayhi();
  9. }
  10. }