removed old source code written by C++ Primer Book Authors
This commit is contained in:
parent
6b4f312b89
commit
7d84600555
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Enter two numbers:" << std::endl;
|
||||
int v1 = 0, v2 = 0;
|
||||
std::cin >> v1 >> v2;
|
||||
std::cout << "The sum of " << v1 << " and " << v2
|
||||
<< " is " << v1 + v2 << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Reference in a new issue