Update README.md

main
p6xmqsebw 6 months ago
parent 73a0eaf862
commit 2b60bc75af

@ -45,8 +45,8 @@
1. **数据结构**
`
`struct Date {
struct Date {
int year;
int month;
int day;
@ -60,7 +60,7 @@ struct Student {
char major[20];
struct Date birthday;
};
```
**2.函数声明**

Loading…
Cancel
Save