helloworld

 

//纯手写代码

public class HelloWorld
{

  public static void main(String[] args)

  {

    System.out.println("Helloworld");

  }  

}

posted @ 2014-03-21 13:26  放手风筝  阅读(139)  评论(0)    收藏  举报