From aa2245fbe11d7546bfbc06bedee6c59ba127ee68 Mon Sep 17 00:00:00 2001 From: Pi-Cla Date: Sat, 1 Jun 2024 11:53:26 -0600 Subject: [PATCH] Translate Hello World into Cantonese --- .../chapter0_basics/lesson01_hello_world/yue.gleam | 5 +++++ .../chapter0_basics/lesson01_hello_world/yue.html | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/content/chapter0_basics/lesson01_hello_world/yue.gleam create mode 100644 src/content/chapter0_basics/lesson01_hello_world/yue.html diff --git a/src/content/chapter0_basics/lesson01_hello_world/yue.gleam b/src/content/chapter0_basics/lesson01_hello_world/yue.gleam new file mode 100644 index 0000000..9ec3ae8 --- /dev/null +++ b/src/content/chapter0_basics/lesson01_hello_world/yue.gleam @@ -0,0 +1,5 @@ +import gleam/io + +pub fn main() { + io.println("哈佬,Joe!") +} diff --git a/src/content/chapter0_basics/lesson01_hello_world/yue.html b/src/content/chapter0_basics/lesson01_hello_world/yue.html new file mode 100644 index 0000000..e400220 --- /dev/null +++ b/src/content/chapter0_basics/lesson01_hello_world/yue.html @@ -0,0 +1,10 @@ +

+ 呢個細程式打印「哈佬,Joe!」嘅說話。我哋會即刻解釋佢點樣做喇。 +

+

+ 我哋會用 gleam run 命令去運行啲普通嘅 Gleam 計劃。但係喺呢個語言行 + 呢啲程式已經編輯咗,同埋佢哋用你個瀏覽器去運行,所以你唔使安裝啲嘢去試吓 Gleam。 +

+

+ 如果你將個說話變成哈佬,Mike!你睇下有咩發生啦。 +