Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ongoing Cantonese Translations #109

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>