From d6ce7605f0d961be9ba77e261e0442dcfca3249c Mon Sep 17 00:00:00 2001 From: Maysara <56265744+maysara-elshewehy@users.noreply.github.com> Date: Fri, 11 Apr 2025 20:00:24 +0200 Subject: [PATCH] Add a new tutorial link for zig. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee4ed88..0c4d2d1 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ It's a great way to learn. * [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool) * [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html) * [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html) +* [**Zig**: _Build Your Own CLI App in Zig from Scratch_](https://rebuild-x.github.io/docs/#/./zig/terminal/cli) #### Build your own `Database`