hello world java代码实现
时间: 2023-06-02 12:04:20 浏览: 78
test:测试hello world
你好!以下是实现“Hello World”输出的 Java 代码:
```
public class Hello {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
```
阅读全文
test:测试hello world