Inspired by: https://github.com/AceLewis/my_first_calculator.py/
Repl.it: https://repl.it/@Cerlancism/myfirstcalculatorc
The source is ANSI C compliant.
GCC
gcc my_first_calculator.c -o my_first_calculator
GCC
gcc generator.c -o generator
- CLI Arguments for out file name, min and max values
- Add Makefile