forked from git_study
添加一个类
src/test/java/com/hbbohua/gitStudy/Father.java New file @@ -0,0 +1,5 @@ package com.hbbohua.gitStudy; public class Father { String a = "Father"; }