File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -492,9 +492,9 @@ <h4><a class="header" href="#文字型" id="文字型">文字型</a></h4>
492
492
-->
493
493
< p > < span class ="filename "> ファイル名: src/main.rs</ span > </ p >
494
494
< pre > < pre class ="playground "> < code class ="language-rust "> fn main() {
495
- let c = 'z';
496
- let z = 'ℤ';
497
- let heart_eyed_cat = '😻'; //ハート目の猫
495
+ let c = 'z';
496
+ let z = 'ℤ';
497
+ let heart_eyed_cat = '😻'; //ハート目の猫
498
498
}
499
499
</ code > </ pre > </ pre >
500
500
<!--
Original file line number Diff line number Diff line change @@ -3659,9 +3659,9 @@ <h4><a class="header" href="#文字型" id="文字型">文字型</a></h4>
3659
3659
-->
3660
3660
<p><span class="filename">ファイル名: src/main.rs</span></p>
3661
3661
<pre><pre class="playground"><code class="language-rust">fn main() {
3662
- let c = 'z';
3663
- let z = 'ℤ';
3664
- let heart_eyed_cat = '😻'; //ハート目の猫
3662
+ let c = 'z';
3663
+ let z = 'ℤ';
3664
+ let heart_eyed_cat = '😻'; //ハート目の猫
3665
3665
}
3666
3666
</code></pre></pre>
3667
3667
<!--
You can’t perform that action at this time.
0 commit comments