Commit 699fe0fc authored by 24OI-bot's avatar 24OI-bot
Browse files

style: format markdown files with remark-lint

parent 68002093
Loading
Loading
Loading
Loading
+44 −46
Original line number Diff line number Diff line
@@ -57,8 +57,7 @@ while (x > 1) {
以下是 do...while 语句的结构:

```cpp
do
{
do {
  循环体;
} while (判断条件);
```
@@ -213,4 +212,3 @@ while (1) {
  statement2;
}
```