飘凌大杂烩计算机科学与技术 → java Practice
查看完整版本:java Practice
2010/8/23 22:29:20

package example;

public class Practice {

 /**
  * @param args
  */
 public static void main(String[] args) {
  // TODO 自动生成方法存根
  System.out.println("****************************************");
  System.out.println("**  Practice makes perfect");
  System.out.println("****************************************");
 }

}

Powered by BBSXP 2007 ACCESS © 1998-2025
Processed in 0.01 second(s)