Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 295 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 295 Bytes

zigcalc

A simple calculator in zig

Inspired by the video Build a Simple Calculator in C 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