Skip to content

Commit 7387859

Browse files
committed
deploy: b1d2e4a
1 parent 3b63d83 commit 7387859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h2 id="_3">编译器御三家</h2>
205205
</blockquote>
206206
<h2 id="_4">使用编译器编译源码</h2>
207207
<h3 id="msvc">MSVC</h3>
208-
<pre><code class="language-cmd">cl.exe /c main.cpp
208+
<pre><code class="language-bash">cl.exe /c main.cpp
209209
</code></pre>
210210
<p>这样就可以得到可执行文件 <code>main.exe</code> 了。</p>
211211
<h3 id="gcc">GCC</h3>

print_page/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ <h2 id="platform-_3">编译器御三家</h2>
477477
</blockquote>
478478
<h2 id="platform-_4">使用编译器编译源码</h2>
479479
<h3 id="platform-msvc">MSVC</h3>
480-
<pre><code class="language-cmd">cl.exe /c main.cpp
480+
<pre><code class="language-bash">cl.exe /c main.cpp
481481
</code></pre>
482482
<p>这样就可以得到可执行文件 <code>main.exe</code> 了。</p>
483483
<h3 id="platform-gcc">GCC</h3>

0 commit comments

Comments
 (0)