package test; public class test { public static void main(String[] args) { System.out.println("Hello,World!"); } }
java第一个小程序
原文:http://www.cnblogs.com/fenghaichen/p/6853295.html