fr0stn1k

C#Light3.4.1_Kovylov

Feb 17th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. static void WriteAll(string[] mes, ConsoleColor col)
  2.         {
  3.             Console.ForegroundColor = col;
  4.             foreach (string word in mes)
  5.             {
  6.                 Console.WriteLine(word);
  7.             }
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment