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.

11 lines
229 B

/**
* 测试云端同步的 Java 文件
* 用于验证 Git 仓库配置和云端连接状态
*/
public class CloudTest {
public static void main(String[] args) {
System.out.println("你好,李森");
}
}