@ -5,5 +5,6 @@ int main()
std::cout << "Enter A and B:";
int a, b;
std::cin >> a >> b;
std::cout << "A + B = " << a + b << '\n';
}