-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate Hello World into Cantonese
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import gleam/io | ||
|
||
pub fn main() { | ||
io.println("哈佬,Joe!") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<p> | ||
呢個細程式打印「哈佬,Joe!」嘅說話。我哋會即刻解釋佢點樣做喇。 | ||
</p> | ||
<p> | ||
我哋會用 <code>gleam run</code> 命令去運行啲普通嘅 Gleam 計劃。但係喺呢個語言行 | ||
呢啲程式已經編輯咗,同埋佢哋用你個瀏覽器去運行,所以你唔使安裝啲嘢去試吓 Gleam。 | ||
</p> | ||
<p> | ||
如果你將個說話變成<code>哈佬,Mike!</code>你睇下有咩發生啦。 | ||
</p> |