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.

26 lines
363 B

package factory1;
/**
* @author 方初阳
* @version 1.0
* @created 26-10月-2025 15:05:48
*/
public class Main {
public Main(){
}
public void finalize() throws Throwable {
}
/**
* 涓绘柟娉曪紝鐢ㄤ簬娴嬭瘯宸ュ巶鏂规硶妯″紡
*
* @param args 鍛戒护琛屽弬鏁?
*/
public static void main(String[] args){
}
}//end Main