Skip to content

Commit 06adfd8

Browse files
authored
Update Attribute_specifier-solution.md
1 parent d1e95a3 commit 06adfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c++20/Attribute_specifier-solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```cpp
44
int calcSquare(int number){
5-
return (number * number)
5+
return (number * number);
66
}
77

88
int f(int i)

0 commit comments

Comments
 (0)