Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Mar 28, 2024
1 parent de9d9c9 commit 4c1666f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/Instroduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#### 代码示例
```cpp
#include <tests/common.hpp>
#include <chrono>

#include <exercises/dslings.hpp>

int main() {
Expand Down Expand Up @@ -51,9 +49,9 @@ int main() {

#### 代码介绍/描述

MaxValue一个最大值数据检查器
MaxValue一个数据最大值检查器

**MaxValue**构造函数设置默认值
**MaxValue构造函数设置默认值**

```cpp
d2ds::MaxValue mVal(2);
Expand Down
2 changes: 0 additions & 2 deletions tests/dslings.2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
//

#include <tests/common.hpp>
#include <chrono>

#include <exercises/dslings.hpp>

int main() {
Expand Down

0 comments on commit 4c1666f

Please sign in to comment.