Skip to content

Commit

Permalink
Translate Hello World into Cantonese
Browse files Browse the repository at this point in the history
  • Loading branch information
Pi-Cla committed Jun 1, 2024
1 parent 1107ff6 commit aa2245f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/chapter0_basics/lesson01_hello_world/yue.gleam
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import gleam/io

pub fn main() {
io.println("哈佬,Joe!")
}
10 changes: 10 additions & 0 deletions src/content/chapter0_basics/lesson01_hello_world/yue.html
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>

0 comments on commit aa2245f

Please sign in to comment.