hello
This commit is contained in:
parent
47116259b5
commit
919ecbd649
|
|
@ -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");
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue