Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static void Main(string[] args)
- {
- string text = System.IO.File.ReadAllText(@"F:\ИТМО\ОП\Лабораторные\Строки\Input.txt");
- Console.WriteLine("Текст из файла {0}", text);
- Console.ReadLine();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement