My first 博客园
1 package git; 2 3 public class test { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 System.out.print("Hello World!"); 8 } 9 10 }
1 package git; 2 3 public class test { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 System.out.print("Hello World!"); 8 } 9 10 }