用Java写hello world

1 public class HelloWorld{
2   public static void main(String[] args){
3     System.out.println("hello world");
4   }
5 }

准备工作:

1安装eclipse

2建立project

3添加代码,注意类和方法

4编译

书痴者文必工,艺痴者技必良

猜你喜欢

转载自www.cnblogs.com/lordwind/p/10785175.html