Merge branch 'codes' of https://github.com/JeredYe/DHUOJ into codes

This commit is contained in:
Jered Ye 2024-01-13 21:42:27 +08:00
commit 7e549c1059
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ package client.test;
*/
public class TestBranch {
public static void main(String[] args) {
System.out.println("Hello");
System.out.println("Hello Java");
}
}