[feat]:[添加java测试代码] #14

Merged
testuser merged 1 commits from yinzy_dev into main 2025-12-05 16:36:55 +08:00

View File

@ -0,0 +1,8 @@
package com.example;
public class App {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}