Skip to content

Files

Latest commit

012f121 · Aug 20, 2023

History

History

chimachinemerem

DEMO PROJECT - CALCULATOR

The Calculator runs on interactive mode, Accepst only 3 Arguments (two numbers and an Operator)

How To Use

compile calculator using this flag

gcc -Wall -pedantic -Werror -Wextra -std=gnu89 *.c -o calc

Then run

./calc

calculator