├── README.md ├── Utils.java ├── a.txt ├── b.txt ├── c.txt ├── d.txt └── e.txt /README.md: -------------------------------------------------------------------------------- 1 | # test 2 | 3 | I just created the repository for study ~ 4 | -------------------------------------------------------------------------------- /Utils.java: -------------------------------------------------------------------------------- 1 | 2 | public class Utils{ 3 | public int add(int num){ 4 | 5 | } 6 | public void add(String name){ 7 | 8 | } 9 | 10 | } -------------------------------------------------------------------------------- /a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzzzzzzyt/gitTest/eea6362610b08f0014818771fc59cb18f5305f7e/a.txt -------------------------------------------------------------------------------- /b.txt: -------------------------------------------------------------------------------- 1 | success -------------------------------------------------------------------------------- /c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzzzzzzyt/gitTest/eea6362610b08f0014818771fc59cb18f5305f7e/c.txt -------------------------------------------------------------------------------- /d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzzzzzzyt/gitTest/eea6362610b08f0014818771fc59cb18f5305f7e/d.txt -------------------------------------------------------------------------------- /e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzzzzzzzyt/gitTest/eea6362610b08f0014818771fc59cb18f5305f7e/e.txt --------------------------------------------------------------------------------