fr0stn1k

C#Light3.4.4_Kovylov

Feb 17th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. while (true)
  2.             {
  3.                 string line = Console.ReadLine() + Environment.NewLine;
  4.                 File.AppendAllText(@"E:\text.txt", line);
  5.             }
Advertisement
Add Comment
Please, Sign In to add comment