/** * Created by Mary on 2017/4/10. */ public class test { public static void main(String[] args) { System.out.println("Hello World!"); System.out.println("add branch fix-B"); System.out.println("add branch fix-B 2 !"); for (int i = 0; i < 10; i++) { System.out.println("i : " + i); } System.out.println("add branch sy ! "); System.out.println("add remote dayvillage !"); } }