fr0stn1k

C#Light3.3.1_Kovylov

Feb 9th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. public static void Main(string[] args)
  2.         {
  3.             string[] messages = { "Hello!", "Welcome to my programm", "It's simple" };
  4.             for (int i = 0; i < messages.Length; i++)
  5.             {
  6.                 Console.WriteLine(messages[i]);
  7.             }
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment