1
0
Fork 0

Changed one message

This commit is contained in:
Profitroll 2023-03-11 14:05:27 +01:00
parent e21d50726c
commit b83c827271
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ int main() {
cout << "Індекс першої цифри в цій строчці: " << index << endl; cout << "Індекс першої цифри в цій строчці: " << index << endl;
} }
else { else {
cout << "No digit was found in the input string." << endl; cout << "У введеній строці не знайдено жодної цифри." << endl;
} }
return 0; return 0;
} }