Skip to content

DreamPearl/calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

C/C++ CI

A simple calculator build using CMake.

Steps to generate the Makefile:

mkdir build
cd build
cmake ..

To compile we need to run make:

make

After running the above commands, you will see the calc executable file inside the build directory.