Compare commits

..

No commits in common. "d44e7d386fc47c729840037cedd1fd99a2117343" and "b328ad6d07f74961c093a03380a2021d3848b73d" 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);
} }
} }