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

    Basic print_basic = new Basic();
    print_basic.erase();
    print_basic.show();
  }