Skip to content

Commit

Permalink
doc: update docs/cpp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 16, 2024
1 parent d3e778e commit d3ece93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ for (int i = 0, j = 2; i < 3; i++, j--){
```

### auto

```cpp
std:: string s = "hello world";
for(auto c: s){
Expand Down

0 comments on commit d3ece93

Please sign in to comment.