From b07c42514ccb101ef98911a849b6224dc2593f41 Mon Sep 17 00:00:00 2001 From: Egor Sennov Date: Wed, 22 Jan 2025 11:14:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D1=87=D0=B8=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 86bef45..a6a7fe4 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,7 @@ #include int main() { - std::cout << "Hello"; + int a = 2; + int b = 3; + std::cout << a - b; }