внёс первые изменения

This commit is contained in:
2024-12-01 11:23:31 +03:00
parent e3bedc2bdf
commit d583c56dfa
47 changed files with 10658 additions and 315 deletions

View File

@ -8,6 +8,7 @@ enum Color : string
case RED = "\033[91m";
case BLUE = "\033[94m";
case YELLOW = "\033[33m";
case ORANGE = "\033[48m";
public function tostring(): string
{