Kargin D.E. Lab Work 6 #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork06"
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?
Зачтено с понижением балла(ов)
@ -82,0 +123,4 @@
string bufferTextFromFile = "";
using (StreamReader sr = new(filename))
{
string checkMap = sr.ReadLine();
Зачем заводить еще одну строковую переменную для чтения из файла, если уже есть одна?
Pull request closed