Skip to content

Commit 1cf783e

Browse files
committed
1
1 parent 6d157f8 commit 1cf783e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/page-cpp-code-snippet/page-cpp-code-snippet-coroutine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
* 코드
1414

15-
```C++
15+
```cpp
1616

1717
#include <coroutine>
1818
#include <iostream>

web/page-cpp-code-snippet/page-cpp-code-snippet-std_format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
* 코드
1414

15-
```C++
15+
```cpp
1616

1717
#include <algorithm>
1818
#include <format>

web/page-cpp-code-snippet/page1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
* 코드
1414

15-
```C++
15+
```cpp
1616

1717
#include <iostream>
1818
using namespace std;

0 commit comments

Comments
 (0)