From 3e737efbf0a1071e532337f4fee4acbb8c55ce1c Mon Sep 17 00:00:00 2001 From: VashchishinMV Date: Sun, 6 Apr 2025 18:48:30 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'task=5F1'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task_1 | 1 + 1 file changed, 1 insertion(+) diff --git a/task_1 b/task_1 index c2c4839..55c1d8b 100644 --- a/task_1 +++ b/task_1 @@ -73,6 +73,7 @@ void run_tests() { assert(nibble_to_hex(0xd) == 'd'); assert(nibble_to_hex(0xe) == 'e'); assert(nibble_to_hex(0xf) == 'f'); + cout << "Все тесты пройдены.\n"; }