1
0
forked from jk_yinzy/cicd-test

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

This commit is contained in:
kale 2025-12-05 03:44:27 -05:00
parent a19d1e0301
commit ada54881c3

View File

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