From ed73bdfcc5cf606446a1f018c54e9e7bb4f246b5 Mon Sep 17 00:00:00 2001 From: Ava Ruan Date: Tue, 7 Jun 2022 16:09:18 +0800 Subject: [PATCH] Update day09.md --- zh_tw/Days/day09.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh_tw/Days/day09.md b/zh_tw/Days/day09.md index 737714d..4027e2f 100644 --- a/zh_tw/Days/day09.md +++ b/zh_tw/Days/day09.md @@ -55,7 +55,7 @@ Go 程式語言鼓勵您將代碼統整在套件中,以便於重新使用和 ![](Images/Day9_Go5.png) -the `Println()` that we have here is a way in which to write to a standard output to the terminal where ever the executuable has been executed succesfully. Feel free to change the message in between the (). +我們在這裡使用的 Println() 是一種將標準輸出寫入終端的方式,在該終端中,可執行文件已成功執行。請隨意更改()之間的訊息。 ![](Images/Day9_Go6.png)