Skip to content

Commit 663009e

Browse files
authored
remove #
1 parent 61ffde0 commit 663009e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/print/print.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Hello 42 World
108108

109109
### モジュールをインポートする例
110110
```cpp example
111-
#import std;
112-
#import std.compat;
111+
import std;
112+
import std.compat;
113113

114114
int main()
115115
{

0 commit comments

Comments
 (0)