mirror of
https://github.com/jaywcjlove/reference
synced 2026-05-04 19:57:28 +00:00
doc: Update java.md (#1025)
This commit is contained in:
@@ -12,8 +12,7 @@ Java 备忘清单
|
||||
```java
|
||||
public class Hello {
|
||||
// 主要方法
|
||||
public static void main(String[] args)
|
||||
{
|
||||
public static void main(String[] args) {
|
||||
// 输出: Hello, world!
|
||||
System.out.println("Hello, world!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user