Skip to content

Commit b13c090

Browse files
committed
Quartz sync: May 17, 2025, 12:08 PM
1 parent 8012b5d commit b13c090

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ int main() {
1414
return 0;
1515
}
1616
```
17+
```cpp
18+
int main() {
19+
std::cout << "Hello, world!" << std::endl;
20+
return 0;
21+
}
22+
```
23+

0 commit comments

Comments
 (0)