PIbd-14_Gilmetdinov_I.A._Battleship_Simple_LabWork06 #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab_6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -71,0 +92,4 @@
// не сохраняем пустые коллекции
if (kvpair.Value.Count == 0)
continue;
sb.Append(kvpair.Key);
Записывать в файл можно сразу, без использования StringBuilder
Pull request closed