1
0
forked from jk_yinzy/cicd-test

Compare commits

..

No commits in common. "a0ae5bb582698201c413ddbf8ee5e61187877cfe" and "faa10fb6fced40d5a5a25ed5bf62d9b3d1926395" have entirely different histories.

View File

@ -8,6 +8,5 @@ public class AppTest {
@Test
public void test1() {
int a = 5;
System.out.println(a);
}
}