Skip to content

daytonaio/sample-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Zig

This is an example Zig project used in Daytona.


🚀 Getting Started

Open Using Daytona

  1. Install Daytona: Follow the Daytona installation guide.
  2. Create the Workspace:
daytona create https://github.com/daytonaio/sample-zig
  1. Initialize the Application:
zig init
  1. 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

✨ Features

standardized development environment with devcontainers

console application

About

Zig Sample Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published