# Ziglang-HelloWorld **Repository Path**: aohanhongzhi/ziglang-hello-world ## Basic Information - **Project Name**: Ziglang-HelloWorld - **Description**: 类C,与C互操作,显示内存管理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: project - **Homepage**: https://github.com/ziglang/zig - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-24 - **Last Updated**: 2025-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: zig, ziglang ## README Ziglang === https://ziglang.org/ https://github.com/ziglang/zig ```shell eric@eric-alienware:~/Project/Zig/zig-hello$ zig version 0.14.0-dev.119+e73ae94b3 ``` # 运行 ```shell zig run main.zig ``` ![alt text](image.png) # 构建 ```shell zig build-exe main.zig ``` ![alt text](image-1.png) # 工程化运行 ```shell zig init ``` ``` zig build ``` ```shell zig build run ``` # Zig学习 中文社区 https://ziglang.cc/ Zig 语言圣经 https://course.ziglang.cc/ Learning Zig 中文翻译 https://learn.ziglang.cc/ 收集各种库:开发啥貌似都可以,GUI,json处理,webserver啥的(貌似数据库驱动没看到) https://github.com/zigcc/awesome-zig A C compiler written in Zig. https://github.com/Vexu/arocc