We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d47e57 commit 084df51Copy full SHA for 084df51
README.md
@@ -2,7 +2,7 @@
2
3
[Zig](https://ziglang.org/) 是一個很新的通用程式語言,是靜態強型別的程序式編程語言。它在保留了 C 語言使用者最喜歡且熟悉的低階操作的同時,又藉鑒並加入了不少類似 Rust 的現代語法。主打強健、最佳化和重複利用。
4
5
-> 這是我參加 2024 iThome 鐵人賽的文章:[Zig 語言入門指南——聽説你是現代化的 C](https://ithelp.ithome.com.tw/users/20151756/ironman/7460) 的程式碼庫。該系列文也同時發佈在我的 Blog:[Zig 入門指南(鐵人 24)](https://ziteh.github.io/categories/Zig-%E5%85%A5%E9%96%80%E6%8C%87%E5%8D%97%EF%BC%88%E9%90%B5%E4%BA%BA-24%EF%BC%89/)
+> 這是我參加 2024 iThome 鐵人賽的文章:[Zig 語言入門指南——聽説你是現代化的 C](https://ithelp.ithome.com.tw/users/20151756/ironman/7460) 的程式碼庫。該系列文也同時發佈在我的 Blog:[Zig 入門指南(鐵人 24)](https://blog.ziteh.dev/categories/Zig-%E5%85%A5%E9%96%80%E6%8C%87%E5%8D%97%EF%BC%88%E9%90%B5%E4%BA%BA-24%EF%BC%89/)
6
7
## 用法
8
0 commit comments