Unverified Commit 4754140e authored by Billchenchina's avatar Billchenchina
Browse files

fix: 修复列表

parent 651a6a1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -265,9 +265,9 @@ class test{
}
```

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

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

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