Skip to content

Commit

Permalink
deploy: 0db67ef
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jan 16, 2024
1 parent 1e0111e commit 08a546d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ch02-00-guessing-game-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ <h3 id="透過-println-佔位符印出數值"><a class="header" href="#透過-pr
println!(&quot;x = {x} 而且 y + 2 = {}&quot;, y + 2);
<span class="boring">}
</span></code></pre></pre>
<p>此程式碼會印出 <code>x = 5 而且 y = 12</code></p>
<p>此程式碼會印出 <code>x = 5 而且 y + 2 = 12</code></p>
<h3 id="測試第一個部分"><a class="header" href="#測試第一個部分">測試第一個部分</a></h3>
<p>讓我們來測試猜謎遊戲中的第一個部分。請使用 <code>cargo run</code> 來執行它:</p>
<!-- manual-regeneration
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ <h3 id="透過-println-佔位符印出數值"><a class="header" href="#透過-pr
println!(&quot;x = {x} 而且 y + 2 = {}&quot;, y + 2);
<span class="boring">}
</span></code></pre></pre>
<p>此程式碼會印出 <code>x = 5 而且 y = 12</code>。</p>
<p>此程式碼會印出 <code>x = 5 而且 y + 2 = 12</code>。</p>
<h3 id="測試第一個部分"><a class="header" href="#測試第一個部分">測試第一個部分</a></h3>
<p>讓我們來測試猜謎遊戲中的第一個部分。請使用 <code>cargo run</code> 來執行它:</p>
<!-- manual-regeneration
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 08a546d

Please sign in to comment.