A simple C++ program that adds two numbers and displays the result
- Add two numbers
- Fast and simple
- Beginner friendly project
- 'hello.cpp' -> main program file
- 'input.txt' -> sample input
- 'output.txt' -> sample output
Compile the program: g++ hello.cpp -o hello
Run the program: ./hello
c++