A simple C program that takes two numbers as input and prints their sum.
- Takes two integer inputs from the user
- Calculates the sum
- Prints the result to the console
- Clone the repository or download the source code.
- Open a terminal and navigate to the folder containing the code.
- Compile the program using
gcc:
gcc calculator.c -o calculator