Изменил(а) на 'task_1'

Этот коммит содержится в:
2025-04-06 18:48:30 +00:00
родитель b37d597adb
Коммит 3e737efbf0

1
task_1
Просмотреть файл

@@ -73,6 +73,7 @@ void run_tests() {
assert(nibble_to_hex(0xd) == 'd'); assert(nibble_to_hex(0xd) == 'd');
assert(nibble_to_hex(0xe) == 'e'); assert(nibble_to_hex(0xe) == 'e');
assert(nibble_to_hex(0xf) == 'f'); assert(nibble_to_hex(0xf) == 'f');
cout << "Все тесты пройдены.\n";
} }