diff --git a/client/src/client/test/TestBranch.java b/client/src/client/test/TestBranch.java new file mode 100644 index 0000000..1eebe8e --- /dev/null +++ b/client/src/client/test/TestBranch.java @@ -0,0 +1,16 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +package client.test; + +/** + * + * @author tange + */ +public class TestBranch { + public static void main(String[] args) { + System.out.println("Hello"); + } +}