This is an example Zig project used in Daytona.
- Install Daytona: Follow the Daytona installation guide.
- Create the Workspace:
daytona create https://github.com/daytonaio/sample-zig
- Initialize the Application:
zig init
- Build and run
# Run all tests
zig build test --summary all
# Run the application
zig build run --summary all
# Build the library
zig build --summary all
standardized development environment with devcontainers
console application