Unverified Commit 85b05774 authored by Billchenchina's avatar Billchenchina
Browse files

fix 列表顺序问题

parent 1bd44b0f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ class test{
    }
}
```

% 
- while

```java
@@ -265,9 +265,9 @@ class test{
}
```

#### 注意事项
##### 注意事项

##### 类名与文件名一致
###### 类名与文件名一致

创建 Java 源程序需要类名和文件名一致才能编译通过,否则编译器会提示找不到 `类`。通常该文件名会在具体 OJ 中指定。