Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 313 Bytes

Exponent calculator in C

Just a dumb exponent calculator in C


Commands if you want to use

First clone it

git clone https://github.com/Aksheet10/Exponent-Calculator.git

Then go into that directory: cd Exponent-Calculator

Compile the file gcc expocalc.c -o expocalc

Now run it ./expocalc