hello,world!

hello world

  1. 创建名为hello.java的文件

  2. hello,world!编译

    public class hello{
    	public static void main(String[] args){
    		System.out.print("Hello,world!");
    	}
    }
    
  3. 文件名与类名需要保持一致。

  4. 代码注意大小写,dos命令无法运行可能是代码规范问题。

hello,world!

上一篇:553. 最优除法


下一篇:ES9中的异步迭代