diff --git a/public/index.html b/public/index.html index 53a4d3f8a5..a8017e2e63 100644 --- a/public/index.html +++ b/public/index.html @@ -1,3 +1,4 @@ +cout << "Addition of two numbers: " << a + b << endl; Pocket Calculator