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
- Host: GitHub
- URL: https://github.com/msolarig/zigmple
- Owner: msolarig
- License: gpl-3.0
- Created: 2025-11-07T00:18:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-07T01:00:19.000Z (7 months ago)
- Last Synced: 2026-04-29T05:33:54.329Z (about 1 month ago)
- Language: Zig
- Size: 25.4 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*