Skip to content

Commit

Permalink
20240520 update5
Browse files Browse the repository at this point in the history
  • Loading branch information
neko0xff committed May 20, 2024
1 parent 8b0eebb commit 46aba3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ <h2 id="在終端機下輸出-hello-world"><a class="header" href="#在終端機
</span><span class="boring">fn main() {
</span>println!("Hello World");
<span class="boring">}</span></code></pre></pre>
<p>嗯,這很容易。
太好了,進入下一個主題。</p>
<p>嗯,這很容易。</p>
<p>太好了,進入下一個主題。</p>
<h2 id="使用-println"><a class="header" href="#使用-println">使用 <code>println!</code></a></h2>
<p>您幾乎可以在終端機下使用 <code>println!</code> 巨集輸出所有您想輸出的東西。</p>
<p>這個巨集有一些非常驚人的功能,而且還有特殊的語法。
Expand Down
4 changes: 2 additions & 2 deletions book/tutorial/output.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ <h2 id="在終端機下輸出-hello-world"><a class="header" href="#在終端機
</span><span class="boring">fn main() {
</span>println!("Hello World");
<span class="boring">}</span></code></pre></pre>
<p>嗯,這很容易。
太好了,進入下一個主題。</p>
<p>嗯,這很容易。</p>
<p>太好了,進入下一個主題。</p>
<h2 id="使用-println"><a class="header" href="#使用-println">使用 <code>println!</code></a></h2>
<p>您幾乎可以在終端機下使用 <code>println!</code> 巨集輸出所有您想輸出的東西。</p>
<p>這個巨集有一些非常驚人的功能,而且還有特殊的語法。
Expand Down
1 change: 1 addition & 0 deletions src/tutorial/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ println!("Hello World");
```

嗯,這很容易。

太好了,進入下一個主題。

## 使用 `println!`
Expand Down

0 comments on commit 46aba3b

Please sign in to comment.