using System.IO; using System; class Program { static void Main() { string hi = "Hello, World!"; Console.WriteLine(hi[0]); } }