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

https://github.com/chrboesch/zigcalc

A simple calculator in zig
https://github.com/chrboesch/zigcalc

zig ziglang

Last synced: 8 months ago
JSON representation

A simple calculator in zig

Awesome Lists containing this project

README

          

# zigcalc
### A simple calculator in zig
Inspired by the video [Build a Simple Calculator in C](https://www.youtube.com/watch?v=cAFF0aRlDdI) a rebuilt of this calculator in zig.

Compile with the following command: `zig build-exe -O ReleaseSmall --strip calc.zig` or just run `zig run calc.zig`