Skip to content

Hodgepodge of examples collected while learning zig

Notifications You must be signed in to change notification settings

guidoschmidt/examples.zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig Examples

Hodgepodge of examples created while learning zig

Bulid and run the examples

To run an example use zig build run -- example_name and type in one of the listed example source like this:

zig build run -- greet

Languages