这是我在博客园的第一篇博客!
我也不知道该写些什么就写一个hello world吧。
1 package cn.lmc.myworld.test; 2 3 /** 4 * @author limingcheng 5 * 6 */ 7 public class HelloWorld { 8 public static void main(String[] args) { 9 System.out.println("hello world!"); 10 } 11 }
这是我在博客园的第一篇博客!
我也不知道该写些什么就写一个hello world吧。
1 package cn.lmc.myworld.test; 2 3 /** 4 * @author limingcheng 5 * 6 */ 7 public class HelloWorld { 8 public static void main(String[] args) { 9 System.out.println("hello world!"); 10 } 11 }