An open API service indexing awesome lists of open source software.

https://github.com/msolarig/zigmple

A Collection of Simple Zig Projects
https://github.com/msolarig/zigmple

Last synced: 4 days ago
JSON representation

A Collection of Simple Zig Projects

Awesome Lists containing this project

README

          

# zigmple

Projects currently available:

1. **Arithmetic Calculator** (supports user interaction to sum, subtract, multiply, and divide any two numbers)
2. **Time Display** (running idle display of date & time, only in UTC for now)

This projects were created as a way to learn some core Zig syntax and features, they can also be used as a guide to structuring simple ideas.

*To use, run main.zig and use the interactive menu to select which program to execute.*