bug fixes

This commit is contained in:
ProgramSnail 2023-07-06 23:23:19 +03:00
parent bb8b32a7c8
commit 8647918f37
6 changed files with 87 additions and 102 deletions

View file

@ -24,7 +24,7 @@ inline T Read() {
template<typename T>
inline void Error(const T& value) { // only for strings ??
std::cout << "\x1b[1;33mError:\x1b[0m ";
std::cout << "\x1b[1;35mError:\x1b[0m ";
std::cout << value;
std::cout << '\n';
exit(1);