1 // 纪念我的第一篇博客 2 3 public class Hello { 4 5 public static void main(String[] args) { 6 System.out.println("hello, 博客园!"); 7 } 8 9 }
第一篇博客,Fighting!