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!你睇下有咩發生啦。
+