Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-City committed Apr 10, 2022
1 parent 56e738e commit 92dd0fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions basic_content/struct/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ Student s; //error
```c++
typedef struct Base1 {
int v1;
// private: //error!
int v3;
int v3;
public: //显示声明public
int v2;
int v2;
void print(){
printf("%s\n","hello world");
};
Expand Down

0 comments on commit 92dd0fe

Please sign in to comment.