fr0stn1k

C#Light3.3.2_Kovylov

Feb 9th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1. public static void Main(string[] args)
  2.         {
  3.             string message = "Hello World";
  4.             char[] chars = message.ToCharArray();
  5.             for (int i = 0; i < chars.Length; i++)
  6.                 Console.WriteLine(chars[i]);
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment