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
- Host: GitHub
- URL: https://github.com/chrboesch/zigcalc
- Owner: chrboesch
- Created: 2022-09-18T11:54:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T22:25:26.000Z (over 3 years ago)
- Last Synced: 2025-02-24T01:53:06.669Z (over 1 year ago)
- Topics: zig, ziglang
- Language: Zig
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`