Exemple #1
0
  public static void main(String[] args) {

    Computer facade = new Computer();
    facade.start();
  }