From 9674ddad5c303f324ce4f6043fe38680377b5358 Mon Sep 17 00:00:00 2001 From: Papin Nikolai Date: Sun, 28 Apr 2024 21:48:26 +0300 Subject: [PATCH] Felt like i really need an indent there --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index b3ad3e8..e8ba71f 100644 --- a/Program.cs +++ b/Program.cs @@ -8,7 +8,7 @@ while (!quit) { board.Draw(); Console.WriteLine( - $"Действия:\n" + $"\nДействия:\n" + $"add X Y - добавить ферзя\n" + $"del X Y - удалить ферзя\n" + $"clear - очистить доску\n"