Skip to content

Commit c27eb82

Browse files
committed
test
1 parent 726de72 commit c27eb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-02-09-[Programming]-C++-상수-멤버-함수와-this.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: [c++]
1010
```c++
1111
void print() const
1212
{
13-
x = 10;
13+
x = 20;
1414
}
1515
```
1616

0 commit comments

Comments
 (0)