This commit is contained in:
Jered Ye 2024-01-13 21:28:43 +08:00
parent 47116259b5
commit 919ecbd649
1 changed files with 16 additions and 0 deletions

View File

@ -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");
}
}