Zig logo. The letter 'Z' shaped like a bolt of lightning.The Zig Book

GitHubMichaelMkrtch/zig-book

1

The Zig Book
1. Getting Started
1.1 Installation1.2 Hello, World!1.3 The Zig Build System
2. Basic Concepts
Zig logo. The letter 'Z' shaped like a bolt of lightning.The Zig Book

GitHubMichaelMkrtch/zig-book

1

1. Getting Started

Ready to dive into Zig? In this chapter, we'll discuss:

  • Installing Zig on macOS
  • Writing a program that prints Hello, world!
  • Getting familiar with Zig's build system

The Zig Book

Previous Page

1.1 Installation

Next Page