HelloWorld!

package com.langsin.Test;
  public class Test {
   
  //HelloWorld !
   
  public void showHelloWorld() {
  System.out.println("Hello World!");
  }
  public static void main(String[] args) {
  new Test().showHelloWorld();
   
  }
  }
posted @ 2015-04-25 22:37  GY_Final  阅读(111)  评论(0编辑  收藏  举报