-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

zig


> The Zig compiler and toolchain.

More information.


Compile the project in the current directory:

zig build

Compile and run the project in the current directory:

zig build run

Initialize a `zig build` application:

zig init-exe

Intitialize a `zig build` library:

zig init-lib

Create and run a test build:

zig test {path/to/file.zig}

Reformat Zig source into canonical form:

zig fmt {path/to/file.zig}

Use Zig as a drop-in C compiler:

zig cc {path/to/file.c}

Use Zig as a drop-in C++ compiler:

zig c++ {path/to/file.cpp}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:30:40 2024