Compare commits

..

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

View File

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