Skip to content

Commit c53d2ad

Browse files
authored
Update README.md
1 parent 178414d commit c53d2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sim_txt
4040
**sim_src** 源文件
4141
## 示例
4242
*如下两个文件:
43-
```
43+
```cpp
4444
//a.cpp
4545
#include<stdio.h>
4646
typedef struct //定义一个新的数据类型
@@ -103,7 +103,7 @@ void f(Date x, Date y)
103103
```
104104
105105
106-
```
106+
```cpp
107107
//b.cpp
108108
#include<stdio.h>
109109
typedef struct //使用结构体

0 commit comments

Comments
 (0)